From d464a8228fccdc2a657752f190ee223925a9a83c Mon Sep 17 00:00:00 2001
From: tomsellers
Date: Sun, 14 Nov 2010 14:45:39 +0000
Subject: [PATCH] Multiple changes to support new features and clean up
presentation of existing data:
Added support for the pre-scan script data. The output is formatted using HTML 'pre' tags
in order to maintain formatting.
- the top menu entry is conditional and only appears if pre-scan data is present
- the pre-scan script block is currently at the beginning of the page right after
the scan summary
Changed host script and port script output to use 'pre' tags so that lengthy output, such
as that from ssl-cert.nse and snmp-win32-services will be readable.
Added title section for hostscript output
Added table headers for hostscript output
Added MAC vendor text to address section
Fixed a bug in the port script output that caused it to only span 5 columns instead of 6.
Changed color of script output cells in port table as well as hostscript and prescan result
tables slightly to make visual parsing easier.
Changed nmap_xsl_version variable from 9b to 9c
Changed wording related to OS fingerprint being present even though the OS was positively identified.
This occurs when Nmap is run with higher levels of verbosity.
Change the OS guess accuracy percentage to use bold font.
---
docs/nmap.xsl | 83 +++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 70 insertions(+), 13 deletions(-)
diff --git a/docs/nmap.xsl b/docs/nmap.xsl
index 8fafbca37..28a7cd0a1 100644
--- a/docs/nmap.xsl
+++ b/docs/nmap.xsl
@@ -1,7 +1,7 @@
-0.9b
+0.9c
@@ -294,6 +294,12 @@
background-color: #CCFFCC;
color: #000000;
}
+
+ tr.script
+ {
+ background-color: #DDFFEE;
+ color: #000000;
+ }
tr.filtered
{
@@ -337,6 +343,11 @@
+
+
+