Deep Explorer: the search of hidden services in tor network
Deep Explorer
It is a tool developed in python which purpose is the search of hidden services in the tor network, using Ahmia Browser and crawling the links obtained.
by do son · Published · Updated
git clone https://github.com/blueudp/Deep-Explorer.git
pip3 install -r requirements.txt
python3 deepexplorer.py STRING_TO_SEARCH NUMBER_OF_RESULTS TYPE_OF_CRAWL
Examples:
python3 deepexplorer.py “legal thing” 40 default legal (will crawl if results obtained in the browser do not reach 40, also the script will show links which have “legal” string in html [like intext dork in google])
python3 deepexplorer.py “illegal thing” 30 all dni(will crawl every link obtained in browser [ultil reaches 30], also the script will show links which have “dni” string in html [like intext dork in google])
python3 deepexplorer.py “legal thing” 30 none (do not crawl, only obtain links from the browser)
It depends, it is not designed with the purpose of searching illegal things, remember that Tor it’s a simple network
Copyright (C) 2018 blueudp
Source: https://github.com/blueudp/
Tags: Deep Explorer