1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Adds attack signature for CVE-2018-10822. Closes #1376

This commit is contained in:
paulino
2019-01-31 20:55:52 +00:00
parent 483f10da4d
commit ffe8dd418f

View File

@@ -7150,6 +7150,26 @@ table.insert(fingerprints, {
}
});
table.insert(fingerprints, {
category = 'attacks',
probes = {
{
path = '/uir//etc/passwd',
method = 'GET'
}
},
matches = {
{
match = '200',
output = 'Possible D-Link router directory traversal vulnerability (CVE-2018-10822)'
},
{
match = 'root:',
output = 'D-Link router directory traversal vulnerability (CVE-2018-10822)'
}
}
});
------------------------------------------------
---- Open Source CMS checks ----
------------------------------------------------