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

23 lines
368 B
YAML
Raw Normal View History

2020-09-13 17:25:10 +00:00
id: django-debug
info:
name: Django Debug Method Enabled
author: dhiyaneshDK
2020-09-14 10:03:10 +00:00
severity: medium
2020-09-13 17:25:10 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2020-09-14 10:03:10 +00:00
matchers-condition: and
2020-09-13 17:25:10 +00:00
matchers:
- type: word
words:
- URLconf defined
2020-09-14 10:03:10 +00:00
- Page not found
2020-09-13 17:25:10 +00:00
condition: and
2020-09-14 10:03:10 +00:00
- type: status
status:
- 404