1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Latest Nmap warez

This commit is contained in:
fyodor
2006-04-29 06:18:47 +00:00
parent e56c5b73b8
commit 02a5e06e8b
5 changed files with 53 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
Nmap 4.02CSW ( http://www.insecure.org/nmap/ )
Nmap 4.03 ( http://www.insecure.org/nmap/ )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc.

View File

@@ -373,10 +373,10 @@
<i><xsl:value-of select="@args" /></i><br/>
The process stopped at <xsl:value-of select="$end" />.
<xsl:choose>
<xsl:when test="debugging/@level = '0'">Debbuging was disabled, </xsl:when>
<xsl:when test="debugging/@level = '0'">Debuging was disabled, </xsl:when>
<xsl:otherwise>Debugging was enabeld, </xsl:otherwise>
</xsl:choose>
the verbosing level was <xsl:value-of select="verbose/@level" />.
the verbosity level was <xsl:value-of select="verbose/@level" />.
</p>
<xsl:apply-templates select="host">