From 3313968a2b3879be61b6f6c122988f1f9b7f8667 Mon Sep 17 00:00:00 2001 From: NalZE7 <75988980+NalZE7@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:11:11 +0300 Subject: [PATCH] Adding dnsrecon to packages list that should be installed (#166) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e23319e..8da16dc 100644 --- a/README.md +++ b/README.md @@ -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)