updated req & matcher

patch-11
Ritik Chaddha 2024-09-17 07:14:16 +04:00 committed by GitHub
parent b6b3c13709
commit cf1d0d874e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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