29 lines
544 B
YAML
29 lines
544 B
YAML
|
id: django-debug-exposure
|
||
|
|
||
|
info:
|
||
|
name: Django Debug Exposure
|
||
|
author: geeknik
|
||
|
reference: https://twitter.com/Alra3ees/status/1397660633928286208
|
||
|
severity: high
|
||
|
tags: django,exposure
|
||
|
|
||
|
requests:
|
||
|
- method: POST
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/login/?next=/admin/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 500
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "DB_HOST"
|
||
|
- "DB_NAME"
|
||
|
- "DJANGO"
|
||
|
- "ADMIN_PASSWORD"
|
||
|
condition: and
|