Adding dnsrecon to packages list that should be installed (#166)
This commit is contained in:
parent
ef53ebb01d
commit
3313968a2b
|
@ -64,6 +64,7 @@ Additionally the following commands may need to be installed, depending on your
|
||||||
|
|
||||||
```
|
```
|
||||||
curl
|
curl
|
||||||
|
dnsrecon
|
||||||
enum4linux
|
enum4linux
|
||||||
feroxbuster
|
feroxbuster
|
||||||
gobuster
|
gobuster
|
||||||
|
@ -87,7 +88,7 @@ wkhtmltopdf
|
||||||
On Kali Linux, you can ensure these are all installed using the following commands:
|
On Kali Linux, you can ensure these are all installed using the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
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
|
sudo apt install seclists curl dnsrecon 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)
|
### Installation Method #1: pipx (Recommended)
|
||||||
|
|
Loading…
Reference in New Issue