1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 05:09:02 +00:00

Fingerprint for Telerik CVE-2017-9248. Closes #954

This commit is contained in:
dmiller
2017-09-26 19:02:45 +00:00
parent 86ef024038
commit d0566d1807

View File

@@ -7124,6 +7124,32 @@ table.insert(fingerprints, {
}
});
-- Progress Telerik UI for ASP.NET CVE-2017-9248
table.insert(fingerprints, {
category = 'attacks',
probes = {
{
path = '/Telerik.Web.UI.DialogHandler.aspx?dp=////',
method = 'GET'
},
{
path = '/Telerik.Web.UI.DialogHandler.ashx?dp=////',
method = 'GET'
},
{
path = '/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx?dp=////',
method = 'GET'
}
},
matches = {
{
dontmatch = 'cannot be less than zero',
match = 'Base%-64',
output = 'Progress Telerik UI for ASP.NET Cryptographic Weakness (CVE-2017-9248)'
}
}
});
------------------------------------------------
---- Open Source CMS checks ----
------------------------------------------------