mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 17:09:02 +00:00
Cleans up another triviality
This commit is contained in:
@@ -1167,7 +1167,7 @@ table.insert(fingerprints, {
|
||||
{username = "apc", password = "apc"}
|
||||
},
|
||||
login_check = function (host, port, path, user, pass)
|
||||
return try_http_basic_login(host, port, path, user, pass)
|
||||
return try_http_basic_login(host, port, path, user, pass, false)
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user