mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +00:00
Adds attack signature for CVE-2014-0683. Closes #1448
This commit is contained in:
parent
c89f4892bf
commit
55a8441924
1 changed files with 16 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue