mirror of
https://github.com/nmap/nmap.git
synced 2026-01-16 11:29:02 +00:00
ba88cb4f5def27b16250cf84bdf089aea3ad5ad3
The script was checking the returned data, but not the status. When status is false, data is actually an error message. So in case of a timeout, the script was receiving nil, "TIMEOUT" and interpreting "TIMEOUT" as a response from the server. It looked like this: Discovered open port 1434/udp on 127.0.0.1 NSE: rpc-grind: RPC checking function response data is not RPC. NSE: Target port 1434 is not a RPC port. This was reported by Christopher Clements. http://seclists.org/nmap-dev/2012/q3/685
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.1%