Update README.md
This commit is contained in:
parent
14862104fd
commit
6164c65346
|
@ -111,6 +111,7 @@ Additionally the following commands may need to be installed, depending on your
|
|||
```
|
||||
curl
|
||||
enum4linux
|
||||
ffuf
|
||||
gobuster
|
||||
nbtscan
|
||||
nikto
|
||||
|
@ -131,7 +132,7 @@ wkhtmltoimage
|
|||
On Kali Linux, you can ensure these are all installed using the following command:
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in New Issue