https://github.com/rly0nheart/thedevilseye
An osint tool that uses Ahmia.fi to get hidden services and descriptions that match with the users query.
https://github.com/rly0nheart/thedevilseye
darknet darkweb darkweb-data deepweb deepweb-links osint osint-python osint-tool tor
Last synced: 23 days ago
JSON representation
An osint tool that uses Ahmia.fi to get hidden services and descriptions that match with the users query.
- Host: GitHub
- URL: https://github.com/rly0nheart/thedevilseye
- Owner: rly0nheart
- License: gpl-3.0
- Created: 2021-09-01T13:38:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T11:28:30.000Z (over 1 year ago)
- Last Synced: 2024-05-22T06:14:52.688Z (11 months ago)
- Topics: darknet, darkweb, darkweb-data, deepweb, deepweb-links, osint, osint-python, osint-tool, tor
- Language: Python
- Homepage: https://pypi.org/project/thedevilseye
- Size: 285 KB
- Stars: 211
- Watchers: 9
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thedevilseye
An osint tool that uses Ahmia.fi to get hidden Tor services and descriptions that match with the users query.




[](https://pepy.tech/project/thedevilseye)

[](https://github.com/rly0nheart/thedevilseye/actions/workflows/python-publish.yml)# Installation
## Github
```
pip install git+https://github.com/rly0nheart/thedevilseye
```## PyPI
```
pip install thedevilseye
```# Usage
```
thedevilseye --help
``````
usage: thedevilseye [-h] [-e EXPORT] [-v] querythedevilseye — by Richard Mwewa | https://gravatar.com/rly0nheart
positional arguments:
query search queryoptions:
-h, --help show this help message and exit
-e EXPORT, --export EXPORT
a comma-separated list of file types to export the output to (supported: csv,html,json,xml)
-v, --version show program's version number and exitAn OSINT tool that uses Ahmia.fi to get hidden Tor services and descriptions that match with the user's query.
```