LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nmap xml stylesheet (https://www.linuxquestions.org/questions/linux-software-2/nmap-xml-stylesheet-575118/)

lord-fu 08-06-2007 11:14 AM

nmap xml stylesheet
 
Hello and mtia,

I am wanting to have nmap output to xml (which it does fine) and then be able to view the output in a browser. I have used the stylesheet included with nmap and the current one in the data directory on insecure. However I receive "class not registered" when viewed with IE and a blank page when viewed with firefox. Any ideas?

I have a script that performs these scans for me where the nmap command is like so:
Code:

nmap -vv -sS -P0 -oX results.xml --stylesheet "http://address.com/data/nmap.xsl" -p $ARG3 $ARG1
Arg1 and Arg3 are port range and host. Thanks again.

PS: I realize this is not really a security issue, but I figured more people in this forum may be more familiar with nmap. So apologies if posted in wrong forum.

[edit] The stylesheet is referenced and available correctly within the xml document.

win32sux 08-06-2007 10:08 PM

Moved: This thread is more suitable in Linux - Software and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 01:35 AM.