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

21 lines
487 B
JSON

{
"name": "Ophal",
"website": "http://ophal.org",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "Ophal(?: (.+))? \\(ophal\\.org\\)",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "Ophal(?: (.+))? \\(ophal\\.org\\)",
"offset": 1
},
{
"search": "script",
"regexp": "ophal\\.js"
}
],
"implies": "Lua"
}