Pwnlab Init – Vulnhub
Lets start by gathering our nmap scans. I always do a basic nmap just to get the services and ports and then a detailed nmap from there. nmap -T4 -p- 10.0.3.21 sudo nmap -A -O -p 80,111,3306,39423 10.0.3.21 As we can see from the detailed nmap scan, we got the web server on port 80,…