nuclei-templates/http/misconfiguration/php-debugbar-exposure.yaml

33 lines
948 B
YAML
Raw Normal View History

2023-08-25 11:35:04 +00:00
id: php-debugbar-exposure
info:
name: Php Debug Bar - Exposure
author: ritikchaddha,pdteam
severity: medium
description: |
The DebugBar integrates easily in any projects and can display profiling data from any part of your application. It comes built-in with data collectors for standard PHP features and popular projects.
reference:
- https://hackerone.com/reports/1883806
- http://phpdebugbar.com/
- https://github.com/maximebf/php-debugbar
metadata:
max-request: 2
verified: true
shodan-query: html:"phpdebugbar"
tags: misconfig,php,phpdebug,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/_debugbar/open"
2023-08-25 11:46:43 +00:00
host-redirects: true
max-redirects: 2
2023-08-25 11:35:04 +00:00
matchers:
- type: dsl
dsl:
- 'contains(body_1, "phpdebugbar") && contains(body, "widget")'
- 'contains_all(body_2, "\"utime\"","\"datetime\"","{\"id")'
condition: or