incogbyte / quickpress

Small tool to automate SSRF wordpress and XMLRPC finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quickpress

Scan urls or a single URL against XMLRPC wordpress issues.

usage:

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

Compiling by yourself

git clone https://github.com/incogbyte/quickpress.git
cd quickpress
go build -o quickpress
./quickpress
Usage
  • List of URLS
# urls without / at the end of URL!
cat urls.txt | quickpress -server http://burpcollaborator.net
  • Single URL
quickpress -target https://target.com -server http://burpcollaborator.net

About

Small tool to automate SSRF wordpress and XMLRPC finder


Languages

Language:Go 100.0%