mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add RomPager CVE-2014-4019 check to http-fingerprints
This commit is contained in:
parent
b9367a6f53
commit
bb507ac7bf
1 changed files with 25 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue