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

14 lines
275 B
JSON

{
"name": "CentOS",
"website": "http://centos.org",
"matches": [
{
"search": "headers[server]",
"regexp": "CentOS"
},
{
"search": "headers[x-powered-by]",
"regexp": "CentOS"
}
]
}