minor update
parent
9fd2e20d99
commit
6b92f9d9f0
|
@ -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.*$'
|
||||||
|
|
Loading…
Reference in New Issue