nuclei-templates/misconfiguration/symfony-debugmode.yaml

25 lines
560 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: symfony-debugmode
info:
name: Symfony Debug Mode
author: organiccrap
severity: high
description: todo
2020-08-27 19:05:33 +00:00
# reference: https://github.com/synacktiv/eos
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/'
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'X-Debug-Token-Link:'
- /_profiler/
part: header
condition: and