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
Note: If your search query contains spaces, you will have to put your query inside " " symbols.
Help
$ python thedevilseye -h
Or
made with