mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
7f892c15634b62dbad08cce6f261d49820471106
options table, in http functions. It was unreasonable that this yet-unused feature was given a more prominent place than even the header and request body, both of which are in the options table. This change doesn't affect any other scripts or libraries because none of them use cookies. In the cases, like http.get, where cookies was an optional final parameter, I just removed it. Where it was not the final parameter, as in http.post and http.pGet, I left the parameter in place but documented that it is ignored for backwards compatibility.
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
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%