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

19 lines
435 B
JSON

{
"name": "Chevereto",
"website": "https://chevereto.com/",
"matches": [
{
"regexp": "Powered by <a href=\"https?://chevereto\\.com\">"
},
{
"search": "meta[generator]",
"regexp": "^Chevereto ?([0-9.]+)?$",
"offset": 1
},
{
"search": "script",
"regexp": "/chevereto\\.js"
}
],
"implies": "PHP"
}