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

25 lines
476 B
YAML

id: django-debug
info:
name: Django Debug Method Enabled
author: dhiyaneshDK,hackergautam
severity: medium
tags: django,debug
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