Adding dnsrecon to packages list that should be installed

This commit is contained in:
NalZE7 2022-07-18 22:31:50 +03:00
parent 28521f6e00
commit dbd84faea2
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
dnsrecon
enum4linux
feroxbuster
gobuster
@ -87,7 +88,7 @@ wkhtmltopdf
On Kali Linux, you can ensure these are all installed using the following commands:
```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)