Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 543 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 543 Bytes

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