select service distinct
This commit is contained in:
parent
7354c2158a
commit
36b7a91c48
@ -9,7 +9,7 @@
|
||||
|
||||
<xsl:template match="lanScan">
|
||||
<xsl:text>nmap -v -T4 -p </xsl:text>
|
||||
<xsl:apply-templates select="//service"/>
|
||||
<xsl:apply-templates select="//service[not(.=preceding::*)]" />
|
||||
<xsl:text> --script "$DIR/http-info.nse" -oX "$DIR/</xsl:text>
|
||||
<xsl:value-of select="@scanpath"/>
|
||||
<xsl:text>.tmp" </xsl:text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user