Scan urls or a single URL against XMLRPC wordpress issues.
usage:
$ 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
- 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