Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sites that show the Laravel debug panel on malformed URLs #10469

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions http/misconfiguration/laravel-debug-error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}///////this-should-not-exist,.<>!@#$%^&*()_+"
- "{{BaseURL}}/%00"

stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- Whoops! There was an error
- <title>Whoops! There was an error

- type: status
status:
- 500
# digest: 4b0a00483046022100a27980313b04765c0889cf3781ae98a717537c8bf226181548f1befb4b88bc0b022100b5c1947c8918d39d6a6e27b7917edc78bb098d331d886b26e3ac00da1603a76c:922c64590222798bb761d5b6d8e72950
# digest: 4b0a00483046022100a27980313b04765c0889cf3781ae98a717537c8bf226181548f1befb4b88bc0b022100b5c1947c8918d39d6a6e27b7917edc78bb098d331d886b26e3ac00da1603a76c:922c64590222798bb761d5b6d8e72950
Loading