Process
nmap
nmap -p- -sT <ip>
nmap -sT -sV -sC -p <port_exposed> <ip>
exploit ports
FTP : Try anonymous authentication
web : gobuster to enumerate url path > Gobuster
Last updated
nmap
nmap -p- -sT <ip>
nmap -sT -sV -sC -p <port_exposed> <ip>
exploit ports
FTP : Try anonymous authentication
web : gobuster to enumerate url path > Gobuster
Last updated