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

15 lines
284 B
JSON

{
"name": "mod_perl",
"website": "http://perl.apache.org",
"matches": [
{
"search": "headers[server]",
"regexp": "mod_perl(?:/([\\d\\.]+))?",
"offset": 1
}
],
"implies": [
"Perl",
"Apache"
]
}