mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
41 lines
946 B
JSON
41 lines
946 B
JSON
{
|
|
"name": "DNN",
|
|
"website": "http://dnnsoftware.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[DotNetNukeAnonymous]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[cookie]",
|
|
"regexp": "dnn_IsMobile="
|
|
},
|
|
{
|
|
"search": "headers[dnnoutputcache]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-compressed-by]",
|
|
"regexp": "DotNetNuke"
|
|
},
|
|
{
|
|
"regexp": "<!-- by DotNetNuke Corporation"
|
|
},
|
|
{
|
|
"regexp": "<!-- DNN Platform"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "DotNetNuke"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/js/dnncore\\.js"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/js/dnn\\.js"
|
|
}
|
|
],
|
|
"implies": "Microsoft ASP.NET"
|
|
} |