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

12 lines
235 B
JSON

{
"name": "HHVM",
"website": "http://hhvm.com",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "HHVM/?([\\d.]+)?",
"offset": 1
}
],
"implies": "PHP"
}