Update and rename wptouch-plugin-open-redirect.yaml to vulnerabilities/wordpress/wptouch-open-redirect.yaml
parent
0f34a6e4c5
commit
f1130595ce
|
@ -1,11 +1,11 @@
|
||||||
id: wptouch-plugin-open-redirect
|
id: wptouch-open-redirect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: WPTouch Switch Desktop 3.x Open Redirection
|
name: WPTouch Switch Desktop 3.x Open Redirection
|
||||||
author: 0x_Akoko
|
author: 0x_Akoko
|
||||||
reference: https://cxsecurity.com/issue/WLB-2020030114
|
|
||||||
severity: medium
|
severity: medium
|
||||||
tags: wp,redirect,wordpress
|
reference: https://cxsecurity.com/issue/WLB-2020030114
|
||||||
|
tags: wp-plugin,redirect,wordpress
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -15,5 +15,5 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
||||||
part: header
|
part: header
|
Loading…
Reference in New Issue