Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Oct 16, 2021
1 parent dccb8c0 commit d8ad95d
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,50 @@
![thedevilseye](https://user-images.githubusercontent.com/74001397/131686521-16aa3d2e-dcc6-4d99-a760-eff9fcb90dd2.png)

![Python Version](https://img.shields.io/badge/python-3.x-blue?style=flat&logo=python)
![OS](https://img.shields.io/badge/OS-GNU%2FLinux-red?style=flat&logo=linux)
![GitHub](https://img.shields.io/github/license/rlyonheart/thedevilseye?ystyle=flat)
![CodeFactor](https://www.codefactor.io/repository/github/rlyonheart/thedevilseye/badge)
![Lines of code](https://img.shields.io/tokei/lines/github/rlyonheart/thedevilseye)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rlyonheart/thedevilseye)
![PyPI](https://img.shields.io/pypi/v/thedevilseye)
[![Downloads](https://static.pepy.tech/personalized-badge/thedevilseye?period=total&units=international_system&left_color=black&right_color=orange&left_text=pypi+downloads)](https://pepy.tech/project/thedevilseye)
![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/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.*
![IMG_20211003_145558](https://user-images.githubusercontent.com/74001397/135765952-51ce0e5a-928e-4728-bdfd-8ecfc5b8c220.jpg)

*OSINT tool that searches the Darkweb for information relating to the user's query and returns the results including related .onion links and their description.*

> **Note**: *Tor* is not required to use this tool.
# Installation
**Clone the repo**:
# Installation & Usage
**Clone from Github**:
> <code>$ git clone https://github.com/rlyonheart/thedevilseye.git</code>
> <code>$ cd thedevilseye</code>
> <code>$ pip install -r requirements.txt</code>
> <code>$ pip install -r requirements</code>
> <code>$ python devilseye</code>
**Install from Pypi**:
> <code>$ pip install thedevilseye</code>
> <code>$ devilseye --help</code>

# Optional Args
# Optional Arguments
| Flag | Or |MetaVar| Usage|
| ------------- |:-------------:|:----------------------:|:---------:|
| <code>-o</code> | <code>--outfile</code> | **FILENAME** | *Output filename* |
| <code>-p</code> | <code>--page</code> | **PAGE NUMBER** | *Page number* |
| <code>-v</code> | <code>--verbosity</code> | | *run program in verbose mode* |
| <code>-p</code> | <code>--page</code> | **NUMBER** | *Page number* |
| <code>-r</code> | <code>--raw</code> | | *return results in raw json format* |
| <code>-v</code> | <code>--verbosity</code> | | *run devilseye in verbose mode* |


> **Note**: If your search query contains spaces, you will have to put your query inside " " symbols.
> **Note**: If your search query contains spaces, put it inside " " symbols.
*made with 🖤 by* [rly0nheart](https://about.me)
# About author
* [About.me](https://about.me/rlyonheart)

# Contact author
* [Github](https://github.com/rlyonheart)

* [Twitter](https://twitter.com/rly0nheart)

0 comments on commit d8ad95d

Please sign in to comment.