Skip to content

A Crawler developed in python to work on the tor network.

Notifications You must be signed in to change notification settings

mdanilor/torcrawler

Repository files navigation

torcrawler

A multi-thread hidden service crawler.

Before you get started

Install the required software

Configure Privoxy

Then you must alter Privoxy's config. Add the following line to the Privoxy config file (/etc/privoxy/config):

forward-socks5 / localhost:9050 .

Where 9050 is Tor's default port.

Create database

Now you must add the MySQL database. The database is dumped on the file db.sql. After that, you must add an entry do the table HiddenServices and another to the table Links. This entry must contain a darkweb seed: a link for the crawler to get started.

Configure the crawler

Edit the file ConfigLoader.py with your data.

Getting started

Simply use python main.py

About

A Crawler developed in python to work on the tor network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages