Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 202 Bytes

File metadata and controls

8 lines (6 loc) · 202 Bytes

ENUMERATION

Enumerate ports open with namp

ports=$(nmap -p- --min-rate=1000 -T4 10.10.10.27 | grep ^[0-9] | cut -d '/' -f 1 | tr '\n' ',' | sed s/,$//)
nmap -sC -sV -p$ports 10.10.10.27