nuclei-templates/http/misconfiguration/symfony-fosjrouting-bundle....

37 lines
759 B
YAML
Raw Normal View History

2022-11-25 10:34:54 +00:00
id: symfony-fosjrouting-bundle
info:
name: Symfony FOSJsRoutingBundle
author: DhiyaneshDk
2022-11-26 16:45:05 +00:00
severity: medium
2022-11-25 10:34:54 +00:00
reference:
- https://packagist.org/packages/friendsofsymfony/jsrouting-bundle
metadata:
max-request: 1
2022-11-25 10:34:54 +00:00
verified: true
shodan-query: http.html:"symfony Profiler"
2022-11-26 16:39:19 +00:00
tags: misconfig,symfony
2022-11-25 10:34:54 +00:00
http:
2022-11-25 10:34:54 +00:00
- method: GET
path:
- '{{BaseURL}}/js/routing?callback=fos.Router.setDatafoobarfoo'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/**/fos.Router.setDatafoobarfoo({'
- 'routes'
condition: and
- type: word
part: header
words:
- "application/javascript"
- type: status
status:
- 200