Merge branch 'dev'
Github didn't like web PR so following manual instructions
This commit is contained in:
commit
7222ab9a7b
14
README.md
14
README.md
|
|
@ -73,7 +73,7 @@ Short Form | Long Form | Description
|
|||
|
||||
Note that turbolist3r has not been tested on Windows.
|
||||
|
||||
Turbolist3r depends on the `dnslib`, `requests`, `dnspython`, and `argparse` python modules.
|
||||
Turbolist3r depends on the `dnslib`, `requests`, and `argparse` python modules.
|
||||
|
||||
#### dnslib Module
|
||||
|
||||
|
|
@ -99,18 +99,6 @@ sudo yum install python-requests
|
|||
sudo pip install requests
|
||||
```
|
||||
|
||||
#### dnspython Module (http://www.dnspython.org/)
|
||||
|
||||
- Install for Ubuntu/Debian:
|
||||
```
|
||||
sudo apt-get install python-dnspython
|
||||
```
|
||||
|
||||
- Install using pip:
|
||||
```
|
||||
sudo pip install dnspython
|
||||
```
|
||||
|
||||
#### argparse Module
|
||||
|
||||
- Install for Ubuntu/Debian:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
dnslib
|
||||
argparse
|
||||
dnspython
|
||||
requests
|
||||
|
|
|
|||
1982
turbolist3r.py
1982
turbolist3r.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue