Walkthrough: Luanne
Introduction
mkdir nmapStarting nmap, using min-rate to speed up things and explaining why I don't normally show this
sudo nmap --min-rate 10000 10.10.10.218
sudo nmap -sC -sV -oA nmap/luanne-targeted 10.10.10.218sleep 300; nmap -p- 10.10.10.218 -oA nmap/luanne-llportsLast updated
Was this helpful?