mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
25 lines
716 B
YAML
25 lines
716 B
YAML
id: laravel-debug-error
|
|
|
|
info:
|
|
name: Larvel Debug Method Enabled
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
description: Larvel Debug method is enabled.
|
|
metadata:
|
|
max-request: 1
|
|
tags: debug,laravel,misconfig,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}///////this-should-not-exist,.<>!@#$%^&*()_+"
|
|
- "{{BaseURL}}/%00"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <title>Whoops! There was an error
|
|
# digest: 4a0a004730450220271456fdd04d88fe0b445338f15cb03f02e4710d8930351a08cf6ab4fae1301a022100d2047a4f27cde7c9112ac9889720885b6472d068d7e69ff0262c8596157b96ae:922c64590222798bb761d5b6d8e72950 |