nuclei-templates/misconfiguration/django-debug-detect.yaml

23 lines
368 B
YAML

id: django-debug
info:
name: Django Debug Method Enabled
author: dhiyaneshDK
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- URLconf defined
- Page not found
condition: and
- type: status
status:
- 404