mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
f26d82b3fcb108075f46c00a0126620b88fce0f1
The checks for conficker and ms08_067 check for a specific status code of 0x00000057, but do so by the name mapping to this value rather than by value. The name of this value was change from NT_STATUS_WERR_UNKNOWN_57 to NT_STATUS_WERR_INVALID_PARAMETER in r24847, breaking these tests because they were still searching for the "UNKNOWN_57" string. This error was reported by Kit Peters. http://seclists.org/nmap-dev/2012/q4/125
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%