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

15 lines
325 B
JSON

{
"name": "CPG Dragonfly",
"website": "http://dragonflycms.org",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "^Dragonfly CMS"
},
{
"search": "meta[generator]",
"regexp": "CPG Dragonfly"
}
],
"implies": "PHP"
}