1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Added a fingerprint for Cisco/Linksys WAP55AG accesspoint.

This commit is contained in:
sophron
2013-08-09 17:51:07 +00:00
parent 384b9a1f8e
commit 4fcbacc49d

View File

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