thedevilseye
The Devil's Eye searches the darkweb for information relating to the user's query and returns the results including .onion links and their description.
Note: Tor is not required to use this tool.
Installation
Clone the repo:
$ git clone https://github.com/rlyonheart/thedevilseye.git
$ cd thedevilseye
$ pip install -r requirements.txt
Usage
$ python thedevilseye -q QUERY -p PAGE NUMBER (default is 1)
Or
$ python thedevilseye --query QUERY --page PAGE NUMBER
Example:
$ python thedevilseye -q cybersecurity -p 1
Or
$ python thedevilseye --query cybersecurity --page 1

Note: If your search query contains spaces, you will have to put your query inside " " symbols.
Help
$ python thedevilseye -h
Or
$ python thedevilseye --help

made with

by rly0nheart
GitHub
GitHub - rlyonheart/thedevilseye: The Devils Eye is an OSINT tool that searches the Darkweb for onion links and descriptions that match with the users query without requiring the use for Tor.
The Devils Eye is an OSINT tool that searches the Darkweb for onion links and descriptions that match with the users query without requiring the use for Tor. - GitHub - rlyonheart/thedevilseye: Th...