Internal – Offsec PG Practice
Lets start by gathering our nmap scans. I always do a basic scan and then a detailed scan based on the ports returned. nmap -T4 -p- 192.168.212.40 nmap -A -O -p 135,139,445,3389 192.168.212.40 There were actually some other ports that returned that I scanned here but it turned out they weren’t necessary. If we look…