Skip to content

Commit

Permalink
Adds attack signature for CVE-2014-0683. Closes nmap#1448
Browse files Browse the repository at this point in the history
  • Loading branch information
paulino committed Jan 31, 2019
1 parent c89f489 commit 55a8441
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nselib/data/http-fingerprints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
------------------------------------------------
Expand Down

0 comments on commit 55a8441

Please sign in to comment.