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

19 lines
400 B
JSON

{
"name": "otrs",
"website": "https://www.otrs.com",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "OTRS ([\\d.]+)",
"offset": 1
},
{
"regexp": "<!--\\s+OTRS: Copyright"
},
{
"search": "script",
"regexp": "^/otrs-web/js/"
}
],
"implies": "Perl"
}