1
0
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:
dmiller
2018-10-22 01:45:58 +00:00
parent 68ed57c3d9
commit ac2052f62b
2 changed files with 12 additions and 9 deletions

View File

@@ -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")