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

24 lines
389 B
YAML

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