mirror of
https://github.com/nmap/nmap.git
synced 2026-06-23 17:53:50 +00:00
now a script is limited in parallelism to working on one socket at any time. A script can now create a worker thread that will be capable of doing work on sockets in parallel with the parent script. See [1] for more information. This patch also comes with condition variables that are similar to POSIX condition variables. They are used in the same fashion as NSE's mutexes (nmap.mutex). [1] http://seclists.org/nmap-dev/2009/q4/294 |
||
|---|---|---|
| .. | ||
| data | ||
| base64.lua | ||
| bin.luadoc | ||
| bit.luadoc | ||
| comm.lua | ||
| datafiles.lua | ||
| dns.lua | ||
| http.lua | ||
| imap.lua | ||
| ipOps.lua | ||
| listop.lua | ||
| match.lua | ||
| msrpc.lua | ||
| msrpcperformance.lua | ||
| msrpctypes.lua | ||
| netbios.lua | ||
| nmap.luadoc | ||
| nsedebug.lua | ||
| openssl.luadoc | ||
| packet.lua | ||
| pcre.luadoc | ||
| pop3.lua | ||
| proxy.lua | ||
| shortport.lua | ||
| smb.lua | ||
| smbauth.lua | ||
| snmp.lua | ||
| ssh1.lua | ||
| ssh2.lua | ||
| stdnse.lua | ||
| strbuf.lua | ||
| strict.lua | ||
| tab.lua | ||
| unpwdb.lua | ||
| url.lua | ||