mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Added a fingerprint for Cisco/Linksys WAP55AG accesspoint.
This commit is contained in:
parent
384b9a1f8e
commit
4fcbacc49d
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue