Fixed CVE-2019-9670 (#3918)
* Fixed CVE-2019-9670 * more strict matchers Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
a8e98b1d1a
commit
5a25fe8e0f
|
@ -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
|
Loading…
Reference in New Issue