nmap/docs
daniel 50830f7488 o Added initial SCTP port scanning support to Nmap. SCTP is
a layer 4 protocol used mostly for telephony related applications.
  This brings the following new features:
  o SCTP INIT chunk port scan (-sY): open ports return an INIT-ACK
    chunk, closed ones an ABORT chunk.  This is the SCTP equivalent
    of a TCP SYN stealth scan.
  o SCTP COOKIE-ECHO chunk port scan (-sZ): open ports are silent,
    closed ports return an ABORT chunk.
  o SCTP INIT chunk ping probes (-PY): host discovery using SCTP
    INIT chunk packets.
  o SCTP-specific IP protocol scan (-sO -p sctp).
  o SCTP-specific traceroute support (--traceroute).
  o The ability to use the deprecated Adler32 algorithm as specified
    in RFC 2960 instead of CRC32C from RFC 4960 (--adler32).
  o 42 well-known SCTP ports were added to the nmap-services file.
  Part of the work on SCTP support was kindly sponsored by
  Compass Security AG, Switzerland.  [Daniel Roethlisberger]
2009-06-03 23:15:45 +00:00
..
device-types.txt Finish my revisions of device-types.txt. 2009-02-25 23:32:26 +00:00
leet-nmap-ascii-art.txt Remove some extra blanks from the dragon ASCII art so its teeth and back line 2009-03-16 22:51:47 +00:00
legal-notices.xml move legal-notices.xml and nmap-usage.xml to nmap docs directory since they are needed to build refguide (man page); add nmap-man-enclosures.xml which also eases building the refguide; add Nmap book details to refguide; rebuild man pages 2009-05-15 06:44:22 +00:00
nmap-install.xml Note which packages must be installed for OpenSSL support on Debian and 2009-05-25 00:46:16 +00:00
nmap-man-enclosure.xml move legal-notices.xml and nmap-usage.xml to nmap docs directory since they are needed to build refguide (man page); add nmap-man-enclosures.xml which also eases building the refguide; add Nmap book details to refguide; rebuild man pages 2009-05-15 06:44:22 +00:00
nmap-usage.xml move legal-notices.xml and nmap-usage.xml to nmap docs directory since they are needed to build refguide (man page); add nmap-man-enclosures.xml which also eases building the refguide; add Nmap book details to refguide; rebuild man pages 2009-05-15 06:44:22 +00:00
nmap.1 2009-06-02 21:44:18 +00:00
nmap.dtd o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
nmap.usage.txt Update version numbers in prep for next release; also made some CHANGELOG edits (not done with those yet though) 2009-05-13 01:03:35 +00:00
nmap.xsl o Made a few improvements to nmap.xsl (details: 2009-01-28 00:57:57 +00:00
nmap_gpgkeys.txt URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
README URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
refguide.xml o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
scripting.xml Revise the new --script-args documentation, tweak formatting. 2009-05-29 16:25:03 +00:00
TODO changes from NSE meeting 2009-06-03 00:59:05 +00:00
win32-installer-zenmap-buildguide.txt Removed reference to C:\Python25. 2009-02-03 02:40:23 +00:00
zenmap.1 2009-06-02 21:44:18 +00:00
zenmap.xml add refmiscinfo source and manual fields as they are needed for the nroff generation to prevent the xsl stylesheets from adding ugly FIXME entries 2008-10-15 10:41:11 +00:00

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( http://nmap.org ).