Merge pull request #10469 from kazet/detected-sites-laravel
Sites that show the Laravel debug panel on malformed URLsmain
commit
a429e2580c
|
@ -13,14 +13,14 @@ http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}///////this-should-not-exist,.<>!@#$%^&*()_+"
|
||||||
|
- "{{BaseURL}}/%00"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- Whoops! There was an error
|
- <title>Whoops! There was an error
|
||||||
|
|
||||||
- type: status
|
# digest: 4b0a00483046022100a27980313b04765c0889cf3781ae98a717537c8bf226181548f1befb4b88bc0b022100b5c1947c8918d39d6a6e27b7917edc78bb098d331d886b26e3ac00da1603a76c:922c64590222798bb761d5b6d8e72950
|
||||||
status:
|
|
||||||
- 500
|
|
||||||
# digest: 4b0a00483046022100a27980313b04765c0889cf3781ae98a717537c8bf226181548f1befb4b88bc0b022100b5c1947c8918d39d6a6e27b7917edc78bb098d331d886b26e3ac00da1603a76c:922c64590222798bb761d5b6d8e72950
|
|
||||||
|
|
Loading…
Reference in New Issue