1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-13 03:09:02 +00:00

Added Linksys WAP200 to http-default-accounts-fingerprints.

This commit is contained in:
sophron
2013-07-29 22:17:52 +00:00
parent 91858c55d4
commit 40220702d0

View File

@@ -146,6 +146,20 @@ table.insert(fingerprints, {
end
})
table.insert(fingerprints, {
name = "Cisco WAP200",
category = "routers",
paths = {
{path = "/StatusLan.htm"}
},
login_combos = {
{username = "admin", password = "admin"}
},
login_check = function (host, port, path, user, pass)
return try_http_basic_login(host, port, path, user, pass, false)
end
})
---
--Digital recorders
---