nmap/docs
batrick 7f5ec526fe Merge branch 'nse-lua53'
Lua 5.3 adds several awesome features of particular interest to nmap including
bitwise operators and integers, a utf8 library, and standard binary pack/unpack
functions.

In addition to adding Lua 5.3, this branch changes:

o Complete removal of the NSE bit library (in C), It has been replaced with
  a new Lua library wrapping Lua 5.3's bit-wise operators.

o Complete removal of the NSE bin library (in C). It has been replaced with a
  new Lua library wrapping Lua 5.3's string.pack|unpack functions.

o The bin.pack "B" format specifier (which has never worked correctly) is
  unimplemented.  All scripts/libraries which use it have been updated. Most
  usage of this option was to allow string based bit-wise operations which are no
  longer necessary now that Lua 5.3 provides integers and bit-wise operators.

o The base32/base64 libraries have been reimplemented using Lua 5.3's new
  bitwise operators. (This library was the main user of the bin.pack "B" format
  specifier.)

o A new "bits" library has been added for common bit hacks. Currently only has
  a reverse function.

Thanks to David Fifield, Daniel Miller, Jacek Wielemborek, and  Paulino
Calderon for testing this branch.
2016-07-02 17:02:27 +00:00
..
licenses Add NSEdoc to re.lua 2014-07-31 14:39:35 +00:00
man-xlate sync CHANGELOG and bump version for 7.10SVN 2016-03-17 18:16:43 +00:00
style Remove trailing whitespace in lua files 2014-01-23 21:51:58 +00:00
3rd-party-licenses.txt Remove OpenSSL directory, moved to /nmap-mswin32-aux. 2012-10-02 00:53:12 +00:00
committers.txt Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
device-types.txt correct typo. 2011-05-21 19:03:11 +00:00
leet-nmap-ascii-art-eye.txt New Nmap configure art 2015-05-27 19:48:59 +00:00
leet-nmap-ascii-art-pc.txt New Nmap configure art 2015-05-27 19:48:59 +00:00
leet-nmap-ascii-art.txt New Nmap configure art 2015-05-27 19:48:59 +00:00
legal-notices.xml Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
nmap-fo.xsl Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
nmap-install.xml Actually, only Zenmap needs 2008 redist, so we won't bundle it with the zipfile 2016-03-17 02:52:40 +00:00
nmap-man-enclosure.xml Use the 4.4 version of DocBook XSL stylesheets, not 4.5. 2011-08-31 17:29:01 +00:00
nmap-update.1 Rewrite nroff comments on new lines. Fixes #417, fixes #114 2016-06-22 19:46:59 +00:00
nmap-update.xml Document --repo, --username, and --password in the nmap-update man page. 2012-01-02 01:22:10 +00:00
nmap-usage.xml
nmap.1 Rewrite nroff comments on new lines. Fixes #417, fixes #114 2016-06-22 19:46:59 +00:00
nmap.dtd Fix Nmap DTD to account for PCDATA in script element 2015-08-21 16:35:19 +00:00
nmap.usage.txt Bump version for 7.12 release 2016-03-29 19:43:37 +00:00
nmap.xsl Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
nmap_gpgkeys.txt Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
nse-scripts.dtd Include the "scripts" and "nselib" directory paths in XML --script-help 2011-01-28 04:15:21 +00:00
README Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
refguide.xml Document CIDR support for IPv6 targets. Closes #307 2016-03-03 17:15:13 +00:00
scripting.xml Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
win32-installer-zenmap-buildguide.txt Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
zenmap.1 Rewrite nroff comments on new lines. Fixes #417, fixes #114 2016-06-22 19:46:59 +00:00
zenmap.xml Update http urls for nmap.org to https 2015-11-05 20:41:05 +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 ( https://nmap.org ).