Process

  1. nmap

    1. nmap -p- -sT <ip>

    2. nmap -sT -sV -sC -p <port_exposed> <ip>

  2. exploit ports

    1. FTP : Try anonymous authentication

    2. web : gobuster to enumerate url path > Gobuster

Last updated