-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved markdown and project description
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
#Nosleep-reverseip | ||
It is a Mess Unlimited reverse ip-lookup tool. Grab only main Domains. Fast and own priv8 API. | ||
# Nosleep-reverseip | ||
|
||
It is a mass reverse IP-lookup tool. Grab only main domains. Fast and own priv8 API. | ||
|
||
<a href="https://prnt.sc/3jdOFWZ4e9Dj"><img src="https://img001.prntscr.com/file/img001/mNtNM6cFTeq3c4ENOobQbA.jpg" alt="NO-SLEEP" border="0" /></a> | ||
|
||
## Setup | ||
|
||
- [ ] Install PYTHON | ||
To use this project, you must have Python 3 installed. Once you do, run the following to download the dependencies: | ||
|
||
# PYTHON 3 | ||
``` | ||
pip install -r requirement.txt | ||
``` | ||
```shell | ||
pip3 install -r requirement.txt | ||
``` | ||
Python3 main.py | ||
``` | ||
|
||
|
||
## Usage | ||
|
||
```shell | ||
python3 main.py | ||
``` |