Skip to content

hartl3y94/wprecon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golpher Ninja by Takuya Ueda

WPrecon (Wordpress Recon)

Build GitHub commit activity GitHub go.mod Go version (branch)

Hello! Welcome. Wprecon (Wordpress Recon), is a vulnerability recognition tool in CMS Wordpress, 100% developed in Go.

FeaturesCompile & InstallLicenseAuthor

Version: 1.6.5 alpha

⚠️ Warning

I recently found out that my tool has the same name as a website ... which has the same "subject" as my tool. But I already warn you that this wprecon that you see on github has nothing to do with this site. I don't have a website yet!

✨ Features

All that are already marked, are already on wprecon. But since they are not, it is for the reason that they are still in development.

  • Detection WAF (Passive & Aggressive)
  • Random User Agent
  • Tor Proxy
  • Enumerator (Users, Plugins & Themes)
  • Enumerator Version (Plugins, Themes & WordPress)
  • Brute Force (xml-rpc & wp-login)
  • Scripts
  • Vulnerability Version Checking (Plugins) (Beta)

🔨 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. Here!

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

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

🚀 WPrecon running

$ wprecon --help wprecon --help

$ wprecon fuzz --help wprecon fuzz --help

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

About

The official wprecon repository

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.8%
  • Lua 1.2%