All Projects → blackbinn → Wprecon

blackbinn / Wprecon

Licence: other
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Wprecon

Wpintel
Chrome extension designed for WordPress Vulnerability Scanning and information gathering!
Stars: ✭ 70 (-48.15%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin, hacking-tool
Cve 2018 20555
Social Network Tabs Wordpress Plugin Vulnerability - CVE-2018-20555
Stars: ✭ 78 (-42.22%)
Mutual labels:  wordpress, wordpress-plugin, vulnerability, cve
Hacking
hacker, ready for more of our story ! 🚀
Stars: ✭ 413 (+205.93%)
Mutual labels:  hacking, hacking-tool, vulnerability, tool
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+216.3%)
Mutual labels:  hacking, hacking-tool, recon, tool
Saint
👁 (s)AINT is a Spyware Generator for Windows systems written in Java. [Discontinued]
Stars: ✭ 522 (+286.67%)
Mutual labels:  hacking, hacking-tool, tool
Reconpi
ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
Stars: ✭ 490 (+262.96%)
Mutual labels:  hacking, hacking-tool, recon
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+647.41%)
Mutual labels:  hacking, hacking-tool, vulnerability
Wordpresscan
WPScan rewritten in Python + some WPSeku ideas
Stars: ✭ 456 (+237.78%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Slowloris
Asynchronous Python implementation of SlowLoris DoS attack
Stars: ✭ 51 (-62.22%)
Mutual labels:  hacking, hacking-tool, vulnerability
In Spectre Meltdown
This tool allows to check speculative execution side-channel attacks that affect many modern processors and operating systems designs. CVE-2017-5754 (Meltdown) and CVE-2017-5715 (Spectre) allows unprivileged processes to steal secrets from privileged processes. These attacks present 3 different ways of attacking data protection measures on CPUs enabling attackers to read data they shouldn't be able to. This tool is originally based on Microsoft: https://support.microsoft.com/en-us/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in
Stars: ✭ 86 (-36.3%)
Mutual labels:  hacking, vulnerability, tool
Instabruteforce
hacking-tool termux-tools termux noob-friendly instagram-bot bruteforce-password-cracker wordlist-technique
Stars: ✭ 86 (-36.3%)
Mutual labels:  hacking, hacking-tool, tool
Hack Tools
hack tools
Stars: ✭ 488 (+261.48%)
Mutual labels:  hacking, hacking-tool, vulnerability
Hackerpro
All in One Hacking Tool for Linux & Android (Termux). Make your linux environment into a Hacking Machine. Hackers are welcome in our blog
Stars: ✭ 474 (+251.11%)
Mutual labels:  hacking, hacking-tool, tool
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+564.44%)
Mutual labels:  wordpress, hacking, hacking-tool
Search That Hash
🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡
Stars: ✭ 466 (+245.19%)
Mutual labels:  hacking, hacking-tool, tool
Wp Functions List
This is a list of all WordPress functions from version 0 to version 4.8.1 along with the data of when they were first introduced and if they are deprecated or not
Stars: ✭ 88 (-34.81%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-14.07%)
Mutual labels:  hacking, hacking-tool, recon
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (-8.15%)
Mutual labels:  wordpress, hacking, hacking-tool
Cve 2019 0708 Tool
A social experiment
Stars: ✭ 87 (-35.56%)
Mutual labels:  hacking, cve, tool
Grecon
Your Google Recon is Now Automated
Stars: ✭ 119 (-11.85%)
Mutual labels:  hacking, hacking-tool, recon

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.

  • [x] Detection WAF (Passive & Aggressive)
  • [x] Random User Agent
  • [x] Tor Proxy
  • [x] Enumerator (Users, Plugins & Themes)
  • [x] Enumerator Version (Plugins, Themes & WordPress)
  • [x] Brute Force (xml-rpc & wp-login)
  • [x] Scripts
  • [x] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].