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

14 lines
317 B
JSON

{
"name": "Sympa",
"website": "https://www.sympa.org/",
"matches": [
{
"regexp": "<a href=\"https?://www\\.sympa\\.org\">\\s*Powered by Sympa\\s*</a>"
},
{
"search": "meta[generator]",
"regexp": "^Sympa$"
}
],
"implies": "Perl"
}