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:
@@ -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 ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user