1.3 KiB
1.3 KiB
Offensive Security Tools
Here you will find a useful collection of commands and file resource locations used in Pentesting operations. This reference is will go hand in hand with Kali Linux.
General Enumeration
NMAP
OVERVIEW
| Description | A network scanning tool that identifies devices, ports, services, and operating systems |
| Download | Pre-installed on Kali Linux |
USAGE
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
NMAP Automator
OVERVIEW
| Description | Useful script that automates multiple enumeration scans in succession |
| Download | nmapAutomator.sh |
USAGE
./nmapAutomator.sh --host {IP ADDRESS} --type All