mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 03:49:01 +00:00
Print in verbose mode if unpwdb.timelimit exceeded.
This commit is contained in:
@@ -129,7 +129,7 @@ local communities = function()
|
||||
count_limit = tonumber(stdnse.get_script_args("unpwdb.passlimit"))
|
||||
end
|
||||
|
||||
return true, unpwdb.limited_iterator(iterator, time_limit, count_limit)
|
||||
return true, unpwdb.limited_iterator(iterator, time_limit, count_limit, "communities")
|
||||
else
|
||||
stdnse.debug1("Cannot read the communities file, using the nmap username/password database instead")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user