nuclei-templates/http/exposed-panels/woodwing-panel.yaml

26 lines
627 B
YAML
Raw Normal View History

2023-12-12 20:20:01 +00:00
id: woodwing-panel
info:
name: Woodwing Studio Server - Panel
author: pdteam
severity: info
reference:
- https://twitter.com/ynsmroztas/status/1680961398011047936
metadata:
shodan-query: http.title:"WoodWing Studio Server"
fofa-query: title=="WoodWing Studio Server"
tags: woodwing,panel
http:
- method: GET
path:
- "{{BaseURL}}/StudioServer/server/apps/login.php"
- "{{BaseURL}}/server/apps/login.php"
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- "contains(tolower(body), 'woodwing studio server')"