Create attitude-wp-theme-open-redirect.yaml
parent
90c9fa2471
commit
41c2076bf2
|
@ -0,0 +1,19 @@
|
|||
id: attitude-wp-theme-open-redirect
|
||||
|
||||
info:
|
||||
name: WordPress Attitude Themes 1.1.1 Open Redirection
|
||||
author: 0x_Akoko
|
||||
reference: https://cxsecurity.com/issue/WLB-2020030185
|
||||
severity: low
|
||||
tags: wp,redirect
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/themes/Attitude/go.php?https://example.com/"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
||||
part: header
|
Loading…
Reference in New Issue