Scanning & Enumeration
Host Discovery
netdiscover -i eth0nmap -sN 192.168.1.0/24Port Discovery
nmap -sS $TARGET_IP -oA $OUPUT_FILE
nmap -Pn 192.168.0.10-12 -oA $OUPUT_FILEunicornscan $TARGET_IP:aService Identification
nmap -sV 192.168.20.10-12 -oA $OUPUT_FILELast updated
Was this helpful?