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

18 lines
428 B
JSON

{
"name": "Koha",
"website": "https://koha-community.org/",
"matches": [
{
"regexp": "<input name=\"koha_login_context\" value=\"intranet\" type=\"hidden\">"
},
{
"regexp": "<a href=\"/cgi-bin/koha/"
},
{
"search": "meta[generator]",
"regexp": "^Koha ([\\d.]+)$",
"offset": 1
}
],
"implies": "Perl"
}