nuclei-templates/security-misconfiguration/larvel-debug.yaml

23 lines
389 B
YAML
Raw Normal View History

2020-09-13 16:56:17 +00:00
id: larvel-debug-error
info:
name: Larvel Debug Method Enabled
author: dhiyaneshDK
2020-09-14 10:03:10 +00:00
severity: medium
2020-09-13 16:56:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2020-09-14 10:03:10 +00:00
- "{{BaseURL}}:8081"
- "{{BaseURL}}:9001"
2020-09-13 16:56:17 +00:00
2020-09-14 10:03:10 +00:00
matchers-condition: and
2020-09-13 16:56:17 +00:00
matchers:
- type: word
words:
- Whoops! There was an error
2020-09-14 10:03:10 +00:00
- type: status
status:
- 500