From 7c8617035f4b8080416fe3923a5e99c73b6e03ec Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Sun, 19 Apr 2020 15:07:31 +0930 Subject: [PATCH] Added an installation command for all required packages to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98200cb..2d0827e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ whatweb 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 +``` + ## Installation Ensure you have all of the requirements installed as per the previous section.