Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (8 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.
![Screenshot from 2024-07-27 17-16-00](https://github.com/user-attachments/assets/1b177134-0381-4bc5-8f42-3375e3cbd8d2)
![Python Version](https://img.shields.io/badge/python-3.x-blue?style=flat&logo=python)
![GitHub](https://img.shields.io/github/license/rly0nheart/thedevilseye?style=flat&logo=github)
![PyPI](https://img.shields.io/pypi/v/thedevilseye?style=flat&logo=pypi)
[![Downloads](https://static.pepy.tech/personalized-badge/thedevilseye?period=total&units=international_system&left_color=black&right_color=orange&left_text=pypi+downloads&logo=pypi)](https://pepy.tech/project/thedevilseye)
![GitHub repo size](https://img.shields.io/github/repo-size/rly0nheart/thedevilseye?style=flat&logo=github)
[![Upload Python Package](https://github.com/rly0nheart/thedevilseye/actions/workflows/python-publish.yml/badge.svg)](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.
```