Trying to exploit the box manually w/o using Metasploit or other automated exploit tools, then learn lots of new things. We exactly do the same in OSCP exam. — Enumeration As a routine, I use Nmap for port scanning and reconnaisance at the beginning. For explanation about nmap syntax and its parameter, visit this site: https://explainshell.com/ nmap -sV -n -vv -Pn -T4 -p- -A 10.10.10.29 --open The nmap scanning result is very brief, not as my imagination. There’re only 2…