1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00

Adds attack signature for CVE-2019-1653. Closes #1446

This commit is contained in:
paulino
2019-01-31 21:06:59 +00:00
parent b5b2a5dc78
commit c89f4892bf

View File

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