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

12 lines
284 B
JSON

{
"name": "govCMS",
"website": "https://www.govcms.gov.au",
"matches": [
{
"search": "meta[generator]",
"regexp": "Drupal ([\\d]+) \\(http:\\/\\/drupal\\.org\\) \\+ govCMS",
"offset": 1
}
],
"implies": "Drupal"
}