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

25 lines
480 B
YAML
Raw Normal View History

2020-09-13 17:25:10 +00:00
id: django-debug
info:
name: Django Debug Method Enabled
2021-06-09 12:20:56 +00:00
author: dhiyaneshDK,hackergautam
2020-09-14 10:03:10 +00:00
severity: medium
2021-03-12 08:57:14 +00:00
tags: django,debug
2020-09-13 17:25:10 +00:00
requests:
- method: GET
path:
2021-04-17 13:35:45 +00:00
- "{{BaseURL}}/NON_EXISTING_PATH/"
2020-09-13 17:25:10 +00:00
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
2021-04-17 13:35:45 +00:00
- Django tried these URL patterns, in this order
2020-09-13 17:25:10 +00:00
condition: and
2020-09-14 10:03:10 +00:00
- type: status
status:
- 404