Update README.md

This commit is contained in:
҉αkα x⠠⠵ 2019-08-21 00:32:54 -05:00 committed by GitHub
parent 2ea42ed8ce
commit de83f8ff0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,13 @@ Sublist3r is a python tool designed to enumerate subdomains of websites using OS
## Installation in Debian distros
```
cd /usr/share && git clone https://github.com/aboul3la/Sublist3r.git && cd /usr/share/Sublist3r && chmod +x *.* && sudo pip install ebcdic && sudo pip3 install ebcdic && sudo pip install -r requirements.txt && python setup.py install && cd && sublist3r
cd /usr/share && git clone https://github.com/aboul3la/Sublist3r.git && cd /usr/share/Sublist3r && chmod +x *.* && sudo pip install ebcdic && sudo pip3 install ebcdic && sudo pip install -r requirements.txt && python setup.py install && cd
```
## Usage in Debian Distros
```
sublist3r -h
```
## Recommended Python Version: