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

22 lines
527 B
JSON

{
"name": "Backdrop",
"website": "https://backdropcms.org",
"matches": [
{
"search": "headers[x-backdrop-cache]",
"regexp": ".*"
},
{
"search": "headers[x-generator]",
"regexp": "^Backdrop CMS(?:\\s([\\d.]+))?",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "^Backdrop CMS(?:\\s([\\d.]+))?",
"offset": 1
}
],
"implies": "PHP",
"excludes": "Drupal"
}