From fbe3fb48c3d6791af26facec44e188e79adbdc8e Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:45:11 -0500 Subject: [PATCH] Update README.md Fixes #137 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6a2f6..8bb08b3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Additionally the following commands may need to be installed, depending on your curl enum4linux feroxbuster +gobuster impacket-scripts nbtscan nikto @@ -84,7 +85,7 @@ wkhtmltopdf On Kali Linux, you can ensure these are all installed using the following commands: ```bash -sudo apt install seclists curl enum4linux feroxbuster impacket-scripts nbtscan nikto nmap onesixtyone oscanner redis-tools smbclient smbmap snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf +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 ``` ### Installation Method #1: pipx (Recommended)