mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "Umbraco",
|
|
"website": "http://umbraco.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-umbraco-version]",
|
|
"regexp": "^(.+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "powered by <a href=[^>]+umbraco"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "umbraco"
|
|
}
|
|
],
|
|
"implies": "Microsoft ASP.NET"
|
|
} |