Created
October 5, 2018 14:51
-
-
Save tkuennen/685f63bfdc676f5294f06459ea94489f to your computer and use it in GitHub Desktop.
Beautiful HTML output for NMAP scans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nmap -A -oX nmapoutput -T5 192.168.0.1 | |
| xsltproc nmapoutput.xml -o scanme.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment