Merge branch 'dev'

Github didn't like web PR so following manual instructions
This commit is contained in:
fleetcaptain 2019-10-06 20:17:31 -07:00
commit 7222ab9a7b
3 changed files with 1005 additions and 992 deletions

View File

@ -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:

View File

@ -1,4 +1,3 @@
dnslib
argparse
dnspython
requests

File diff suppressed because it is too large Load Diff