Fixed CVE-2019-9670 (#3918)

* Fixed CVE-2019-9670

* more strict matchers

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
gilfoyle97 2022-03-17 09:06:15 +01:00 committed by GitHub
parent a8e98b1d1a
commit 5a25fe8e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -36,8 +36,15 @@ requests:
</Request>
</Autodiscover>
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'root:.*:0:0'
part: body
- "Problem accessing"
condition: and
- type: status
status:
- 503