Skip to content

Commit

Permalink
Merge pull request #10469 from kazet/detected-sites-laravel
Browse files Browse the repository at this point in the history
Sites that show the Laravel debug panel on malformed URLs
  • Loading branch information
pussycat0x authored Aug 8, 2024
2 parents 5ca2152 + a0af0d7 commit a429e25
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit a429e25

Please sign in to comment.