Skip to content

Commit

Permalink
Adds attack signature for CVE-2019-1653. Closes nmap#1446
Browse files Browse the repository at this point in the history
  • Loading branch information
paulino committed Jan 31, 2019
1 parent b5b2a5d commit c89f489
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nselib/data/http-fingerprints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7186,6 +7186,25 @@ table.insert(fingerprints, {
}
});

table.insert(fingerprints, {
category = 'attacks',
probes = {
{
path = '/cgi-bin/export_debug_msg.exp',
method = 'GET'
},
{
path = '/cgi-bin/config.exp',
method = 'GET'
}
},
matches = {
{
match = '200 OK',
output = 'Cisco RV320/RV325 Unauthenticated Diagnostic Data & Configuration Export (CVE-2019-1653)'
}
}
});
------------------------------------------------
---- Open Source CMS checks ----
------------------------------------------------
Expand Down

0 comments on commit c89f489

Please sign in to comment.