mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 06:29:02 +00:00
Adds attack signature for CVE-2014-0683. Closes #1448
This commit is contained in:
@@ -7205,6 +7205,22 @@ table.insert(fingerprints, {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
table.insert(fingerprints, {
|
||||||
|
category = 'attacks',
|
||||||
|
probes = {
|
||||||
|
{
|
||||||
|
path = '/',
|
||||||
|
method = 'GET'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
matches = {
|
||||||
|
{
|
||||||
|
match = 'var admin_name=".*";\nvar guest_name=".*";\nvar admin_pwd=".*";',
|
||||||
|
output = 'Cisco RV110W Wireless-N VPN Firewall Password Disclosure (CVE-2014-0683)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
---- Open Source CMS checks ----
|
---- Open Source CMS checks ----
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user