nmap/docs
david 85c8ece184 Document some limitations of decoys in the source and in the reference
guide. They don't honor scan delay and may violate congestion control.

Both this things should be fixed. I was going to do it by having
get_next_target_probe just return the same probe multiple times, and
then either extend struct probespec to include a source address or have
sendIPScanProbe keep track of the decoy index and fill in source
addresses. But I was stopped by timing pings. Those should certainly be
decoyed, but in the code they are just sent as they are needed, and
don't have a dispatching function to modify. What would be good is a
global queue of probes waiting to be sent you could just insert all your
spoofed probes into, and then let the rest of the code take care of
scheduling them.
2008-05-02 20:38:27 +00:00
..
leet-nmap-ascii-art.txt merge soc07 r5124:5142 - build/install system updates; changelog updates; umit install code; compilation fixes; integrate umit 2007-08-11 05:41:41 +00:00
nmap.1 update changelog and regenerate files in prep for 4.60 build and release 2008-03-15 01:21:22 +00:00
nmap.dtd Mention the removal of tcpsequence class in the CHANGELOG, and bump the XML output version to 1.02. 2008-04-11 19:33:49 +00:00
nmap.usage.txt update changelog and regenerate files in prep for 4.60 build and release 2008-03-15 01:21:22 +00:00
nmap.xsl Remove mentions of the TCP sequence class in XML output. 2008-04-11 18:57:32 +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 Document some limitations of decoys in the source and in the reference 2008-05-02 20:38:27 +00:00
scripting.xml reflect some url changes 2008-04-09 09:55:38 +00:00
zenmap.1 regenerate zenmap man page 2008-03-15 10:23:38 +00:00
zenmap.xml small typo 2008-03-01 07:30:58 +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 ).