diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index af893bfb0..19f19f744 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -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 ---- ------------------------------------------------