Nettacker/nettacker/modules/scan/drupal_theme.yaml

42 lines
904 B
YAML

info:
name: drupal_theme_scan
author: OWASP Nettacker Team
severity: 3
description: fetch drupal version from target
reference:
profiles:
- scan
- http
- backup
- low_severity
- drupal
payloads:
- library: http
steps:
- method: get
timeout: 3
headers:
User-Agent: "{user_agent}"
allow_redirects: false
ssl: false
url:
nettacker_fuzzer:
input_format: "{{schema}}://{target}:{{ports}}/index.php"
prefix: ""
suffix: ""
interceptors:
data:
schema:
- "http"
- "https"
ports:
- 80
- 443
response:
condition_type: or
conditions:
content:
regex: (?i)\/\bthemes\b\/(.+?)\/
reverse: false