Git Product home page Git Product logo

eecs349finalproject's Introduction

Hi there, my name is Cameron - aka Susanou or Fukurou ๐Ÿ‘‹

Game developer by day Hacker by night

  • ๐Ÿ”ญ Iโ€™m currently working on Game Development
  • ๐ŸŒฑ Iโ€™m currently learning to sketch and paint watercolor ๐Ÿคฃ
  • ๐Ÿฅ… 2024 Goals: Get better at reverse engineering
  • โšก Fun fact: I have synesthesia

Connect with me:

Fukurou.com Fukurou.com Fukurou.com

Languages and Tools:

Visual Studio Code

Unity

C

C++

C#

Python

Rust

Bash

Terminal

HTML5

CSS3

JavaScript

SQL

MySQL

MongoDB

Git

GitHub



Top Langs


๐Ÿ“• Latest CTF Blog Posts

โžก๏ธ more blog posts...


โšก Github Stats

Susanou's Github Stats

eecs349finalproject's People

Contributors

dependabot[bot] avatar educationanthony avatar elopez6 avatar mhs126 avatar susanou avatar

Watchers

 avatar  avatar

eecs349finalproject's Issues

Learn how to properly scrape the hackforums

As I mentioned in an email, hackforums or whatever it is requires an account to actually view threads. We will need to learn some things about the website

  • What HTTP headers we can use to authenticate (OAuth, login api to get he key)
  • Structure of post and threads
  • Scraping across pages

Create forum scraper

This scraper should be scanning the forum for posts about a designated crimeware or CaaS.

Ideally, it will

  • search the forums for the keyword in post titles (the crimeware name or CaaS)

  • Check if the threads found meet the required discussion threshold (> 30 comments)

  • Create the list of thread URLs for the scraping

Create the thread scraper

This is contingent on #1 ,

This scraper should be able to take a URL or some thread ID and download the HTML for the forum (probably using BeautifulSoup).
With the HTML handled, it should be able to distinguish comments from each other and collect all the necessary information (as specified in the T1 template).

However, this is separate from the sentiment analysis (good review, question, etc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.