Update README.md

Fixes #137
This commit is contained in:
Tib3rius 2022-01-13 00:45:11 -05:00
parent 58f1b69ce0
commit fbe3fb48c3
1 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ Additionally the following commands may need to be installed, depending on your
curl
enum4linux
feroxbuster
gobuster
impacket-scripts
nbtscan
nikto
@ -84,7 +85,7 @@ wkhtmltopdf
On Kali Linux, you can ensure these are all installed using the following commands:
```bash
sudo apt install seclists curl enum4linux feroxbuster impacket-scripts nbtscan nikto nmap onesixtyone oscanner redis-tools smbclient smbmap snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf
sudo apt install seclists curl enum4linux feroxbuster gobuster impacket-scripts nbtscan nikto nmap onesixtyone oscanner redis-tools smbclient smbmap snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf
```
### Installation Method #1: pipx (Recommended)