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

12 lines
259 B
JSON

{
"name": "Coaster CMS",
"website": "https://www.coastercms.org",
"matches": [
{
"search": "meta[generator]",
"regexp": "^Coaster CMS v([\\d.]+)$",
"offset": 1
}
],
"implies": "Laravel"
}