mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +00:00
Adds attack signature for CVE-2018-10824. Closes #1378
This commit is contained in:
@@ -7170,6 +7170,22 @@ table.insert(fingerprints, {
|
||||
}
|
||||
});
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'attacks',
|
||||
probes = {
|
||||
{
|
||||
path = '/uir//tmp/csman/0',
|
||||
method = 'GET'
|
||||
}
|
||||
},
|
||||
matches = {
|
||||
{
|
||||
match = '200',
|
||||
output = 'Possible D-Link router plaintext password file exposure (CVE-2018-10824)'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
------------------------------------------------
|
||||
---- Open Source CMS checks ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user