Skip to content

WPRecon, is a tool for the recognition of vulnerabilities and blackbox information for wordpress.

License

Notifications You must be signed in to change notification settings

jra11/wprecon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golpher Ninja by Takuya Ueda

WPRecon (Wordpress Recon)

Total alerts GitHub go.mod Go version (branch)

WPRecon, is a tool for the recognition of vulnerabilities and blackbox information for wordpress.

We can use wprecon to recognize the versions of plugins, themes, and wordpress core, in addition to counting users, and waf (web application firewall).

The purpose of this tool is just to help developers find possible loopholes in their systems/wordpress sites.

Build & InstallLicenseAuthor


🔨 Build

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.

- https://golang.org/dl/

Once downloaded and installed you will download wprecon directly from github with the command:
  1. go get github.com/blackcrw/wprecon
  2. cd $(go env GOPATH)/src/github.com/blackcrw/wprecon
  3. make build
  4. make install

⚠️ Warning

wprecon does not have any kind of connection to the site: wprecon.com

🚀 Running

wprecon -u https://xxxx.com/ --agressive-mode --random-gent

About

WPRecon, is a tool for the recognition of vulnerabilities and blackbox information for wordpress.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%