Added an installation command for all required packages to the README

This commit is contained in:
Samuel Dowling 2020-04-19 15:07:31 +09:30
parent eb62e2f110
commit 7c8617035f
1 changed files with 6 additions and 0 deletions

View File

@ -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.