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

28 lines
518 B
YAML

id: django-debug
info:
name: Django Debug Method Enabled
author: dhiyaneshDK,hackergautam
severity: medium
metadata:
max-request: 1
tags: django,debug,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/NON_EXISTING_PATH/"
matchers-condition: and
matchers:
- type: word
words:
- URLconf defined
- Page not found
- Django tried these URL patterns, in this order
condition: and
- type: status
status:
- 404