Files
OneForAll-mirror/data/rules/wappalyzer/squiz matrix.json
T
2020-07-29 00:02:06 +08:00

18 lines
401 B
JSON

{
"name": "Squiz Matrix",
"website": "http://squiz.net",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "Squiz Matrix"
},
{
"regexp": "<!--\\s+Running (?:MySource|Squiz) Matrix"
},
{
"search": "meta[generator]",
"regexp": "Squiz Matrix"
}
],
"implies": "PHP"
}