Skip to content

Commit

Permalink
Merge pull request #8572 from rumble773/main
Browse files Browse the repository at this point in the history
Update yii-debugger.yaml
  • Loading branch information
ritikchaddha authored Nov 8, 2023
2 parents 64a05a9 + aa7dcae commit 5023fa2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions http/exposures/configs/yii-debugger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ id: yii-debugger

info:
name: View Yii Debugger Information
author: geeknik
author: geeknik,rumble773
severity: low
reference:
- https://yii2-framework.readthedocs.io/en/stable/guide/tool-debugger/
metadata:
max-request: 5
max-request: 6
verified: true
shodan-query: title:"Yii Debugger"
tags: yii,debug,exposure

http:
Expand All @@ -18,17 +20,13 @@ http:
- "{{BaseURL}}/frontend/web/debug/default/view"
- "{{BaseURL}}/web/debug/default/view"
- "{{BaseURL}}/sapi/debug/default/view"
- "{{BaseURL}}/debug/default"

host-redirects: true
max-redirects: 2
stop-at-first-match: true

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
words:
- "<title>Yii Debugger</title>"
Expand All @@ -40,4 +38,6 @@ http:
- "DB"
condition: and

# digest: 490a004630440220309c7637b23dcc346dc671f1eeb6a86253b771e8170239ac68188b127fdf289402206444c6bd6e28f24dcb149e605653a8801d8d025ad1fab73034cff71bbb3ee1da:922c64590222798bb761d5b6d8e72950
- type: status
status:
- 200

0 comments on commit 5023fa2

Please sign in to comment.