minor update

patch-2
Dhiyaneshwaran 2024-05-04 12:15:08 +05:30 committed by GitHub
parent 9fd2e20d99
commit 6b92f9d9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 5 deletions

View File

@ -20,17 +20,16 @@ info:
metadata: metadata:
vendor: abhinavsingh vendor: abhinavsingh
product: wordpress_toolbar product: wordpress_toolbar
tags: wpscan,redirect,wordpress,cve2023,wp-plugin max-request: 1
tags: cve,cve2023,wordpress,wp-plugin,wordpress-toolbar,wp
requests: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/wp-content/plugins/wordpress-toolbar/toolbar.php?wptbto=https://oast.me&wptbhash=acme" - "{{BaseURL}}/wp-content/plugins/wordpress-toolbar/toolbar.php?wptbto=https://oast.me&wptbhash=acme"
redirects: true
max-redirects: 2
matchers: matchers:
- type: regex - type: regex
part: header part: header
regex: regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$' - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'