30 lines
713 B
YAML
30 lines
713 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
|
|
|
|
# digest: 4a0a0047304502202a614c03d50ca1b37d8d426a98a25d88409ceb2551dafd3d690157691e5441a1022100e620ec7d15afb6e14a05c18d8169e24798334a20f10fa36b004a605cbf48d071:922c64590222798bb761d5b6d8e72950
|