mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 01:59:02 +00:00
e1cf78d57e679ebd2c999de20098776f4651d991
1. When the hostname script-arg was used, the script would try to *connect* to that host instead of the target. Now the argument is used *only* for the Host: header. 2. The http options table is reused for each request, significantly reducing the load on the garbage collector over many requests. 3. Do not use both creds.Credentials:new() and creds.Account:new(), since this results in double-reporting found credentials.
Make the line for received packets consistent in all modes. Before, RECV was being displayed for some modes. This was a suggestion made by Martin Koeppe (http://seclists.org/nmap-dev/2015/q4/206)
…
Add ICMPV6_TYPE and ICMPV6_CODE features for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q3/232 #224
…
…
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 ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%