Glasgow Smile

Glasgow Smile

Lets start by gathering the nmap scans. I always do a basic scan and then a detailed scan based off the ports that are returned. nmap -T4 -p- 192.168.198.79 sudo nmap -A -O -p 22,80 192.168.198.79 As we can see from the detailed scan, we have ssh on port 22 and a web server on…