Skip to content

Commit

Permalink
Adds attack signature for CVE-2018-10824. Closes nmap#1378
Browse files Browse the repository at this point in the history
  • Loading branch information
paulino committed Jan 31, 2019
1 parent ffe8dd4 commit b5b2a5d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nselib/data/http-fingerprints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
------------------------------------------------
Expand Down

0 comments on commit b5b2a5d

Please sign in to comment.