nuclei-templates/exposures/logs/php-debug-bar.yaml

31 lines
533 B
YAML
Raw Normal View History

2021-05-09 06:29:35 +00:00
id: php-debug-bar
2021-05-09 06:29:35 +00:00
info:
name: PHP Debug bar
author: dhiyaneshDk
2021-05-11 17:36:18 +00:00
severity: high
tags: debug,logs,exposure
2021-05-09 06:29:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_debugbar/open?max=20&offset=0"
2021-05-11 17:36:18 +00:00
2021-05-09 06:29:35 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-05-11 17:36:18 +00:00
2021-05-09 06:29:35 +00:00
- type: word
words:
2021-05-11 17:36:18 +00:00
- '"id":"'
- '"datetime":'
- '"method"'
2021-05-09 06:29:35 +00:00
condition: and
2021-05-11 17:36:18 +00:00
part: body
- type: word
words:
- "application/json"
part: header