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

11 lines
228 B
JSON

{
"name": "Erlang",
"website": "http://www.erlang.org",
"matches": [
{
"search": "headers[server]",
"regexp": "Erlang( OTP/(?:[\\d.ABR-]+))?",
"offset": 1
}
]
}