Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devpwn/xmlrpc-scan

golang tool to scan domains or single domains with know security issues against xmlrpc
https://github.com/devpwn/xmlrpc-scan

Last synced: 2 months ago
JSON representation

golang tool to scan domains or single domains with know security issues against xmlrpc

Awesome Lists containing this project

README

        

# xmlrpc-scan

Scan urls or a single URL against XMLRPC wordpress issues.

usage:

##### Install

- Download from releases: https://github.com/devpwn/xmlrpc-scan/releases
- Or Compiling by yourself

##### Features

- Verify if XMLRPC interface from Wordpress is open;
- Testing all possible SSRF methods against xmlrpc wordpress;
- Testing the SSRF oem proxy [https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/wordpress](https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/wordpress)
- Generate unique url from each ssrf attempt;

##### Usage

* List of wordpress urls
```bash
cat urls.txt | xmlrpcscan -server http://burpcollaborator.net
```

* Single URL
```bash
xmlrpcscan -target https://target.com -server http://burpcollaborator.net
```

![](tool.gif)