updated req & matcher
parent
b6b3c13709
commit
cf1d0d874e
|
@ -19,24 +19,24 @@ info:
|
|||
epss-percentile: 0.09573
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
max-request: 2
|
||||
vendor: salephpscripts
|
||||
product: web-directory-free
|
||||
publicwww-query: "/wp-content/plugins/web-directory-free"
|
||||
tags: cve,cve2024,wordpress,wp-plugin,wpscan,lfi,web-directory-free
|
||||
tags: cve,cve2024,wordpress,wp-plugin,wp,lfi,web-directory-free
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/web-directory-free/readme.txt HTTP/1.1
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "Web Directory Free")'
|
||||
- 'contains(body, "/wp-content/plugins/web-directory-free")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
internal: true
|
||||
|
|
Loading…
Reference in New Issue