37 lines
899 B
YAML
37 lines
899 B
YAML
id: php-debug-bar
|
|
|
|
info:
|
|
name: PHP Debug Bar
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: The PHP Debug Bar tool was discovered, which allows the attacker to obtain sensitive information, e.g. application configuration.
|
|
metadata:
|
|
max-request: 1
|
|
tags: debug,logs,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_debugbar/open?max=20&offset=0"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- '"id":"'
|
|
- '"datetime":'
|
|
- '"method"'
|
|
condition: and
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
# digest: 490a00463044022068b3a15a270ab75d8ea93000b58c7267eec0abe01c12364e7ab118f5411757420220026b5389a6a9a296c9251a0c2a37211e9bfafad05b8e7e1e2aacd278ab86552c:922c64590222798bb761d5b6d8e72950
|