Exploitation using metasploit. Information Gathering and Enumeration: #NMAP Scan:
sudo nmap -A -T4 10.10.10.191 -oN nmap_blunder
-A = Enable OS detection, version detection, script scanning, and traceroute.
-T4 = Set timing template (higher is faster).
-oN =output to file as Normal.
nmap_blunder = output file.