Install
git clone https://github.com/blueudp/Deep-Explorer.git
pip3 install -r requirements.txt
Use
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)
Type of Errors
- Error importing… -> You should try manual pip install package
- Error connecting to server -> Can’t connect to ahmia browser If deep explorer cannot execute service …, do it manually, deep explorer checks the tor instance at the beginning so it will skip that part
Is this illegal?
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/