mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Added Linksys WAP200 to http-default-accounts-fingerprints.
This commit is contained in:
@@ -146,6 +146,20 @@ table.insert(fingerprints, {
|
|||||||
end
|
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
|
--Digital recorders
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user