Hello! Welcome. Wprecon (Wordpress Recon), is a vulnerability recognition tool in CMS Wordpress, 100% developed in Go.
Status | Features |
---|---|
✅ | Random Agent |
✅ | Detection WAF |
✅ | User Enumerator |
❌ | Plugin Scanner |
❌ | Theme Scanner |
❌ | Vulnerability Scanner |
❌ | Tor Proxy's |
Flag(s) | Description |
---|---|
-d, --detection-waf | I will try to detect if the target is using any WAF. |
-h, --help | help for wprecon |
--no-check-wp | Will skip wordpress check on target |
--random-agent | Use randomly selected HTTP(S) User-Agent header value |
-u, --url string | Target URL (Ex: http(s)://google.com/) (Required) |
-e, --user-enum | Tries to enumerate users |
-v, --verbose | Verbosity |
Command: wprecon --url "https://www.xxxxxxx.com/" --detection-waf
—————————————————————————————————————————————————————————————————————
___ ______________________________________________ __
__ | / /__ __ \__ __ \__ ____/_ ____/_ __ \__ | / /
__ | /| / /__ /_/ /_ /_/ /_ __/ _ / _ / / /_ |/ /
__ |/ |/ / _ ____/_ _, _/_ /___ / /___ / /_/ /_ /| /
____/|__/ /_/ /_/ |_| /_____/ \____/ \____/ /_/ |_/
Github: https://github.com/blackcrw/wprecon
Version: 0.0.1a
—————————————————————————————————————————————————————————————————————
[•] Target: https://www.xxxxxxx.com/
[•] Starting: 09/jan/2020 12:11:17
[•] Listing enable: https://www.xxxxxxx.com/wp-content/plugins/
[•] Listing enable: https://www.xxxxxxx.com/wp-content/themes/
[•••] Status Code: 200 — URL: https://www.xxxxxxx.com/wp-admin/
[•••] I'm not absolutely sure that this target is using wordpress! 37.50% chance. do you wish to continue ? [Y/n]: Y
[•••] Status Code: 200 — WAF: Wordfence Security Detected
[•••] Do you wish to continue ?! [Y/n] : Y
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:
- Primary way:
go get github.com/blackcrw/wprecon
;
- Second way:
mkdir ~/Go/src/github.com/blackcrw/wprecon
;cd ~/Go/src/github.com/blackcrw
;git clone https://github.com/blackcrw/wprecon
;go get wprecon
.
After downloading wprecon you will compile with the command:
go build ~/Go/src/blackcrw/github.com/blackcrw/wprecon
.