nmap/docs
kris a42ea72a97 Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog
entries:

o [NSE] Raw packet sending at the IP layer is now supported, in addition to
  the Ethernet sending functionality.  Packets to send start with an IPv4
  header and can be sent to arbitrary hosts. [Kris]

o [NSE] Added the ipidseq script to classify a host's IP ID sequence numbers
  in the same way Nmap does.  This can be used to test hosts' suitability for
  Nmap's Idle Scan (-sI), i.e. check if a host is an idle zombie.  This is
  the first script to use the new raw IP sending functionality in NSE. [Kris]

o [NSE] Added the function nmap.is_privileged() to tell a script if, as far
  as Nmap's concerned, it can do privileged operations.  For instance, this
  can be used to see if a script should be able to open a raw socket or
  Ethernet interface. [Kris]

o [NSE] Added the function nmap.get_ports() to allow a script to iterate
  over a host's port tables matching a certain protocol and state. [Kris,
  Patrick]
2010-02-26 20:42:10 +00:00
..
man-xlate latest generated man pages 2010-02-19 06:27: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 Small dragon ASCII art improvements: the top line was misaligned by one 2009-11-10 17:41:10 +00:00
legal-notices.xml Update refguide license from Creative Commons Attribution License version 2.5 to 3.0. 2009-09-25 21:34:16 +00:00
nmap-install.xml Document LINGUAS and --disable-nls in nmap-install.xml. 2009-11-10 18:16: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 latest generated man pages 2010-02-19 06:28:02 +00:00
nmap.dtd Add the user's specified host name to XML output, if available. It looks 2009-10-24 01:01:08 +00:00
nmap.usage.txt Update version number to 5.21 to reflect the latest Nmap user (even though technically the 5.21 release is coming from the /nmap-exp/stable-5.2 branch 2010-01-27 02:51:09 +00:00
nmap.xsl Added xml version prolog to nmap.xsl to enhance standards compliance. This is an optional tag. 2009-10-31 19:43:46 +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 The -v and -d options are now handled in the same way. The three 2010-02-17 19:12:15 +00:00
scripting.xml Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog 2010-02-26 20:42:10 +00:00
TODO Add CouchDB and JSON scripts to TODO. They're almost done, I just don't 2010-02-26 00:24:24 +00:00
TODO.sctp Update the SCTP TODO list. 2009-10-06 19:31:52 +00:00
win32-installer-zenmap-buildguide.txt note a problem I encountered with gtk+-bundle_2.16.6-20091013_win32.zip which lead me to revert back to gtk+=bundle_2.14.7-20090119_win32.zip 2009-11-17 04:27:18 +00:00
zenmap.1 latest generated man pages 2010-02-19 06:28:02 +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 ).