mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
400 B
JSON
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"
|
|
} |