mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"name": "Microsoft ASP.NET",
|
|
"website": "https://www.asp.net",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[ASP.NET_SessionId]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[ASPSESSION]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-aspnet-version]",
|
|
"regexp": "(.+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "^ASP\\.NET"
|
|
},
|
|
{
|
|
"regexp": "<input[^>]+name=\"__VIEWSTATE"
|
|
}
|
|
],
|
|
"implies": "IIS"
|
|
} |