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

11 lines
213 B
JSON

{
"name": "ThinkPHP",
"website": "http://www.thinkphp.cn",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "ThinkPHP"
}
],
"implies": "PHP"
}