From fc9eef11d2ec5c7fd9ac26dafb51fac3dfe6a8bb Mon Sep 17 00:00:00 2001 From: t0gu <61463998+t0gu@users.noreply.github.com> Date: Sat, 21 Mar 2020 16:14:36 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e1b7fd..0346b14 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # quickpress Small tool to automate SSRF wordpress and XMLRPC finder + +* Usage from src + * go run quickpress.go -target https://www.target.com -server evil.com +* Usage from releases + * ./quickpress.go -target https://www.target.com -server evil.com + +* Example + ![](https://raw.githubusercontent.com/t0gu/quickpress/master/quickpress.gif)