1
0
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:
paulino
2019-01-31 21:23:28 +00:00
parent c89f4892bf
commit 55a8441924

View File

@@ -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 ----
------------------------------------------------