mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
NSE committed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- =========================================================================
|
||||
nmap.xsl stylesheet version 0.9b
|
||||
last change: 2006-03-04
|
||||
@@ -530,6 +529,19 @@
|
||||
<td><xsl:value-of select="service/@version" /><xsl:text> </xsl:text></td>
|
||||
<td><xsl:value-of select="service/@extrainfo" /><xsl:text> </xsl:text></td>
|
||||
</tr>
|
||||
<xsl:for-each select="script">
|
||||
<tr class="open">
|
||||
<td></td>
|
||||
<td>
|
||||
<xsl:value-of select="@id"/> <xsl:text> </xsl:text>
|
||||
</td>
|
||||
<td colspan="5">
|
||||
<xsl:value-of select="@output"/> <xsl:text> </xsl:text>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</xsl:for-each>
|
||||
|
||||
</xsl:when>
|
||||
<xsl:when test="state/@state = 'filtered'">
|
||||
<tr class="filtered">
|
||||
@@ -594,6 +606,25 @@
|
||||
</xsl:template>
|
||||
<!-- ............................................................ -->
|
||||
|
||||
<!-- Host Script Scan -->
|
||||
<!-- ............................................................ -->
|
||||
<xsl:template match="hostscript">
|
||||
<table>
|
||||
<xsl:for-each select="script">
|
||||
<tr class="open">
|
||||
<td>
|
||||
<xsl:value-of select="@id"/> <xsl:text> </xsl:text>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:value-of select="@output"/> <xsl:text> </xsl:text>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</xsl:for-each>
|
||||
</table>
|
||||
</xsl:template>
|
||||
<!-- ............................................................ -->
|
||||
|
||||
<!-- uptime -->
|
||||
<!-- ............................................................ -->
|
||||
<xsl:template match="uptime">
|
||||
|
||||
Reference in New Issue
Block a user