mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 07:43:27 +08:00
Update metadata, tags, and fix formatting issues
This commit is contained in:
@@ -14,30 +14,32 @@ info:
|
||||
cve-id: CVE-2022-4972
|
||||
cwe-id: CWE-862
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
vendor: WP Chill
|
||||
product: download-monitor
|
||||
tags: cve,cve2022
|
||||
|
||||
shodan-query: http.component:"wordpress"
|
||||
fofa-query: body="wp-content"
|
||||
tags: cve,cve2022,wordpress,wp-plugin,download-monitor,unauth
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-json/download-monitor/v1/user_data HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/json
|
||||
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'id'
|
||||
- 'nicename'
|
||||
- 'display_name'
|
||||
- 'role'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
condition: and
|
||||
|
||||
|
||||
|
||||
|
||||
- 200
|
||||
|
||||
Reference in New Issue
Block a user