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

14 lines
306 B
JSON

{
"name": "SilverStripe",
"website": "https://www.silverstripe.org",
"matches": [
{
"regexp": "Powered by <a href=\"[^>]+SilverStripe"
},
{
"search": "meta[generator]",
"regexp": "^SilverStripe"
}
],
"implies": "PHP"
}