diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 04634f3ad..934911dc0 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -6967,6 +6967,31 @@ table.insert(fingerprints, { } }); +-- Rompager info disclosure +table.insert(fingerprints, { + category = 'attacks', + probes = { + { + path = '/rom-0', + method = 'GET' + } + }, + matches = { + { + match = 'dbgarea', + output = 'RomPager Embedded Web Server information disclosure (CVE-2014-4019)' + }, + { + match = 'spt%.dat', + output = 'RomPager Embedded Web Server information disclosure (CVE-2014-4019)' + }, + { + match = 'autoexec%.net', + output = 'RomPager Embedded Web Server information disclosure (CVE-2014-4019)' + }, + } + }); + ------------------------------------------------ ---- Open Source CMS checks ---- ------------------------------------------------