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

32 lines
713 B
JSON

{
"name": "Drupal",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "headers",
"text": "X-Generator: Drupal"
},
{
"search": "body",
"text": "content=\"Drupal"
},
{
"search": "body",
"text": "jQuery.extend(Drupal.settings"
},
{
"search": "body",
"text": "/sites/default/files/"
},
{
"search": "body",
"text": "/sites/all/modules/"
},
{
"search": "body",
"text": "/sites/all/themes/"
}
],
"condition": "0 or 1 or 2 or (3 and 4 and 5)"
}