mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 20:59:02 +00:00
Add RomPager CVE-2014-4019 check to http-fingerprints
This commit is contained in:
@@ -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 ----
|
---- Open Source CMS checks ----
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user