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:
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user