Deep Explorer

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
Dependencies

Code:
pip3 install -r requirements.txt
also you should have Tor installed

Usage

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 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 "ilegal thing" 30 all dni(will crawl every link obtained in browser [ultil reachs 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 browser)

About

Deep Explorer is a tool designed to search (any) thing in a few seconds
Any idea, failure etc please report to telegram: blueudp
results.txt contains results obtaioned in previus search
Tested in ParrotOS and Kali Linux 2.0

Type of Errors
  • Error importing... -> You should try manual pip install package
  • Error connecting to server -> Cant connect to ahmia browser If deep explorer can not execute service ..., do it manually, deep explorer checks the tor instance at the beginning so it will skip that part
Download Deep-Explorer
 
Top Bottom