For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enum

Nmap

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

Last updated