DEV Community

kalilinux
kalilinux

Posted on

WPRecon – Vulnerability recognition tool in CMS WordPress

For you to compile wprecon you will need to have the golang compiler installed. And for that you will access the official website of golang and will download and install it. Here!

Once downloaded and installed you will download wprecon directly from github with the command:

go get github.com/blackbinn/wprecon;
cd $(go env GOPATH)/src/github.com/blackbinn/wprecon;
make build.

wprecon

Top comments (0)