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>
|
||||
|
2
scan_all
2
scan_all
@ -8,5 +8,5 @@ mkdir -p "$DIR"/site
|
||||
for config in "$DIR"/configs/*.yaml
|
||||
do
|
||||
echo $config
|
||||
./scan "$config"
|
||||
./scan "$config" &
|
||||
done
|
||||
|
Reference in New Issue
Block a user