Skip to content

Small tool to automate SSRF wordpress and XMLRPC finder

Notifications You must be signed in to change notification settings

5l1v3r1/quickpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quickpress

Scan urls or a single URL against XMLRPC wordpress issues.

usage:

Install

Compiling by yourself

git clone https://github.com/t0gu/quickpress.git
cd quickpress
go build -o quickpress
./quickpress
Usage
  • List of URLS
cat urls.txt | quickpress -server http://burpcollaborator.net
  • Single URL
quickpress -target https://target.com -server http://burpcollaborator.net

#Todo --> Tracking where ssrf request come from, when vulnerable.

About

Small tool to automate SSRF wordpress and XMLRPC finder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%