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

15 lines
268 B
JSON

{
"name": "Centminmod",
"website": "https://centminmod.com",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "centminmod"
}
],
"implies": [
"CentOS",
"Nginx",
"PHP"
]
}