Update README.md

This commit is contained in:
Tib3rius 2021-04-11 18:05:32 -04:00 committed by GitHub
parent 431959f256
commit 80281c4356
1 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ Additionally the following commands may need to be installed, depending on your
``` ```
curl curl
enum4linux enum4linux
ffuf
gobuster gobuster
nbtscan nbtscan
nikto nikto
@ -131,7 +132,7 @@ wkhtmltoimage
On Kali Linux, you can ensure these are all installed using the following command: On Kali Linux, you can ensure these are all installed using the following command:
```bash ```bash
$ sudo apt install seclists curl enum4linux gobuster nbtscan nikto nmap onesixtyone oscanner smbclient smbmap smtp-user-enum snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf $ sudo apt install seclists curl enum4linux ffuf gobuster nbtscan nikto nmap onesixtyone oscanner smbclient smbmap smtp-user-enum snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf
``` ```
## Installation ## Installation