darkdig is a simple script written in Python3.11 in which it allows users to enter a search term (query) in the command line and darkdig will pull all the deep web onion sites relating to that query. Added to by Nathan Jones nathan.jones@arcadeusops.com. Based on DarkDump by Josh Schiavone, additions include output to file (XML), then conversion to HTML/PDF, and email.
git clone https://github.com/ArcadeusOPS/DarkDig.git
cd darkdig
python3 -m pip install -r requirements.txt
python3 darkdig.py --help
Example 1: python3 darkdig.py --query programming
Example 2: python3 darkdig.py --query="chat rooms"
Example 3: python3 darkdig.py --query hackers --amount 12
- Note: The 'amount' argument filters the number of results outputted
darkdig Proxy: python3 darkdig.py --query bitcoin -p
usage: darkdig.py [-h] [-v] [-q QUERY] [-a AMOUNT] [-p]
options:
-h, --help show this help message and exit
-v, --version returns darkdig's version
-q QUERY, --query QUERY
the keyword or string you want to search on the deepweb
-a AMOUNT, --amount AMOUNT
the amount of results you want to retrieve (default: 10)
-p, --proxy use darkdig proxy to increase anonymity
The original DarkDump code written by, Josh Schiavone, nor ArcadeusOPS, are not responsible for misuse of this data gathering tool. Do not use darkdump/darkdig to navigate websites that take part in any activity that is identified as illegal under the laws and regulations of your government. STAY LEGAL !!
MIT License
Copyright (c) Josh Schiavone and ArcadeusOPS
Send issues to info@arcadeusops.com stating nature of issue. A screenshot will help too. Thanks.
Part of EC-Council ECE/CPD Credits