we can have the list of hosts separated by space
nmap.org www.apnic.net he.net
we can use following command to create the XML output.
nmap -6 --traceroute -vv -iL TestList -sn -oX test.xml --stylesheet /usr/share/nmap/nmap.xsl-6 to enable IPv6
-vv increase the verbosity of the oubput
--sn no port scan
-oX output XML
--stylesheet where to find { to translate from XML to HTML }
xsltproc test.xml --output test.html

0 comments:
Post a Comment