Categorygithub.com/incogbyte/quickpress
modulepackage
0.0.0-20221210172247-0fde33fe6d09
Repository: https://github.com/incogbyte/quickpress.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author