Skip to content
cribdragg3r edited this page Sep 29, 2019 · 6 revisions

Welcome to the Onion-Hunter wiki!

Table of Contents

Introduction

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.

Onion Hunter Process

Quick Start

  • 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

Classes

There are three (3) distinct classes that make up the total Onion Hunting capability.

  1. Configuration Class - src/config.py

  2. Database Manager Class - src/db_manager.py

  3. Utilities Class - src/utilties.py

For more information on each class, including methods and database builds, see Onion-Hunter API

Clone this wiki locally