Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/incogbyte/quickpress

Small tool to automate SSRF wordpress and XMLRPC finder
https://github.com/incogbyte/quickpress

ssrf-payload wordpress

Last synced: about 1 month ago
JSON representation

Small tool to automate SSRF wordpress and XMLRPC finder

Awesome Lists containing this project

README

        

# quickpress

Scan urls or a single URL against XMLRPC wordpress issues.

usage:

##### Install

```bash

$ go install github.com/incogbyte/quickpress@latest

```
Compiling by yourself

```bash
git clone https://github.com/incogbyte/quickpress.git
cd quickpress
go build -o quickpress
./quickpress
```

##### Usage

* List of URLS

```bash
# urls without / at the end of URL!
cat urls.txt | quickpress -server http://burpcollaborator.net
```

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