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

15 lines
280 B
JSON

{
"name": "OpenResty",
"website": "http://openresty.org",
"matches": [
{
"search": "headers[server]",
"regexp": "openresty(?:/([\\d.]+))?",
"offset": 1
}
],
"implies": [
"Nginx",
"Lua"
]
}