thedevilseye
thedevilseye copied to clipboard
An osint tool that uses Ahmia.fi to get hidden services and descriptions that match with the users query.
THEDEVILSEYE extracts information (.onion links, descriptions) from the darkweb without requiring a Tor network
Installation & Usage
Clone from Github:
$ git clone https://github.com/rly0nheart/thedevilseye.git
$ cd thedevilseye
$ pip install -r requirements.txt
$ python eye search-query
Install from Pypi:
$ pip install thedevilseye
$ eye search-query
Upgrade to latest version:
$ python eye --update
$ pip install --upgrade thedevilseye
Optional Arguments
Flag | MetaVar | Usage |
---|---|---|
-q/--query |
search query | return results related to the search query |
-i/--i2p |
switch to i2p network search | |
--jailbait |
Ahmia.fi self-help program; The self-help program is primarily intended for people who are worried about their interest, thoughts, feelings or actions concerning children. Learn more | |
-d/--dump |
path/to/file | dump output to a file |
-v/--verbose |
enable verbosity | |
-u/--update |
update thedevilseye to the newest version | |
--release-tag |
show program's release tag and exit | |
--licence/--license |
show program's licen[sc]e and exit |