Loading      Loading      Loading      Loading      Loading      Loading      Loading      Loading      Loading      
Loading      Loading      Loading      Loading      Loading      Loading      Loading      Loading      Loading      

Fakebook Crawler

A multithreaded web crawler for a protected server environment.
SoftwareS
Python

About the project...

This project was made for my Network Fundamentals course. It is designed to be a web crawler to navigate and extract data from a protected server environment. The main functionality is parsing the HTML content of a page and searching for secret keys that could be on any given page.

Features

  • Manages crawling tasks dynamically
  • Processes unvisited links with thread availability
  • Automated login handling using HTTP POST requests
  • Session management with cookies and CSRF tokens.
  • Multithreaded crawling
OTHER PROJECTS