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.

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

Clone this wiki locally