From cd47dea88ac7d4f7099459dfc4504a51b59b17ea Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Mon, 8 Jun 2020 14:34:27 -0400 Subject: [PATCH] Update README.md Added seclists to the one-liner install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b152a2..9d1ad8c 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ wkhtmltoimage On Kali Linux, you can ensure these are all installed using the following command: ```bash -$ sudo apt install 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 gobuster nbtscan nikto nmap onesixtyone oscanner smbclient smbmap smtp-user-enum snmp sslscan sipvicious tnscmd10g whatweb wkhtmltopdf ``` ## Installation