Files
nuclei-templates/exposures/logs/php-debug-bar.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

31 lines
533 B
YAML

id: php-debug-bar
info:
name: PHP Debug bar
author: dhiyaneshDk
severity: high
tags: debug,logs,exposure
requests:
- 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