Tom, the nmap command here is different from the video. Is this command option (-sV) more recommended than using the discovery script? -sV probes for open ports. Does the discovery script do more?
Video:
sudo nmap --script discovery 192.168.1.0/24 -oX report.xml && xsltproc report.xml -o "
date +%m%d%y_toms_house_report.html"
Forum:
sudo nmap -sV 192.168.1.0/24 -oX report.xml && xsltproc report.xml -o "
date +%m%d%y_toms_house_report.html"
Also, missing the `'s around the date command, but I think that’s the forum’s markup language’s fault.
Oh and it’s “Khaaahlee”, not “Kayley”