1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Add RomPager CVE-2014-4019 check to http-fingerprints

This commit is contained in:
dmiller
2016-01-06 20:47:06 +00:00
parent b9367a6f53
commit bb507ac7bf

View File

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