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:
@@ -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 ----
|
||||
------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user