mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 23:19:03 +00:00
Adds Aironet credentials to the fingerprint for Cisco IOS
This commit is contained in:
@@ -255,7 +255,7 @@ table.insert(fingerprints, {
|
|||||||
})
|
})
|
||||||
|
|
||||||
table.insert(fingerprints, {
|
table.insert(fingerprints, {
|
||||||
-- Version 12.2SE on Catalyst 3750
|
-- Version 12.2SE on Catalyst 3750, 12.3(8)JA on Aironet 1300
|
||||||
name = "Cisco IOS",
|
name = "Cisco IOS",
|
||||||
category = "routers",
|
category = "routers",
|
||||||
paths = {
|
paths = {
|
||||||
@@ -272,7 +272,8 @@ table.insert(fingerprints, {
|
|||||||
end,
|
end,
|
||||||
login_combos = {
|
login_combos = {
|
||||||
{username = "", password = ""},
|
{username = "", password = ""},
|
||||||
{username = "cisco", password = "cisco"}
|
{username = "cisco", password = "cisco"},
|
||||||
|
{username = "Cisco", password = "Cisco"}
|
||||||
},
|
},
|
||||||
login_check = function (host, port, path, user, pass)
|
login_check = function (host, port, path, user, pass)
|
||||||
return try_http_basic_login(host, port, path, user, pass, false)
|
return try_http_basic_login(host, port, path, user, pass, false)
|
||||||
|
|||||||
Reference in New Issue
Block a user