mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
39f42ef6d903b616791e7d302078b019e647b984
Per-probe tryno and pingseq are encoded as offset from a the base source port number. Previously this was fixed for all calls of ultra_scan, which means that unrelated probes in different calls would use the same source port number if they had the same tryno and pingseq. This could cause erroneous results if a reply to a probe from a previous call was delated and was received in the current call and interpreted as a legit response. This has no effect when o.magic_port_set is true (i.e., when -g or --source-port is used). http://seclists.org/nmap-dev/2012/q1/62 http://seclists.org/nmap-dev/2012/q3/589
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 ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%