mirror of
https://github.com/nmap/nmap.git
synced 2026-01-15 10:59:01 +00:00
854b3460b530fac08886026ecf6713db4dca51fe
nmap.receive_bytes functions. It claimed that if you don't get all the lines/bytes you request before a timeout, then a "TIMEOUT" error happens. In reality you get back data as long as at least one byte was received before the timeout. From nsock_readlines: /* Read up to nlines lines (terminated with \n, which of course inclues \r\n), or until EOF, or until the timeout, whichever comes first. Note that NSE_STATUS_SUCCESS will be returned in the case of EOF or tiemout if at least 1 char has been read. Also note that you may get more than 'nlines' back -- we just stop once "at least" 'nlines' is read */
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%