-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Onion-Hunter is a simple framework that anyone can build upon to hunt for specific onion addresses and their subsequent content. This project was originally designed to help me find and categorize onion domains in a broad sense but, I found that a simple keyword base analysis led to some promising results.
-
To start a search, make sure the following is completed:
-
System is connected to a Tor Proxy
-
Keywords have been defined in
src/config.py
-
Reddit API has been configured in
src/config.py
-
-
Then, simply run the following command:
python Hunt.py -s
There are three (3) distinct classes that make up the total Onion Hunting capability.
-
Configuration Class -
src/config.py
-
Database Manager Class -
src/db_manager.py
-
Utilities Class -
src/utilties.py
For more information on each class, including methods and database builds, see Onion-Hunter API