mirror of
https://github.com/nmap/nmap.git
synced 2026-01-09 07:59:03 +00:00
63ad40fb7416bf8f81d92fe61903b8ed200fa451
When creds.lua is used without usernames (like in snmp-brute.nse), the credentials could not be sorted because they are sorted first by username, which is nil and cannot be compared. Now the script first checks that both values are non-nil (and true) before comparing them.
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%