Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wp_hunter — Static analysis of wordpress plugins | Kitploit
Tools/GitHubGitHub/josue87/wp_hunter
Static AnalysisVulnerability AnalysisCode AnalysisWeb Security
GitHubjosue87/wp_hunter

wp_hunter

Static analysis of wordpress plugins

View Repository
591135 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

wp_hunter Supported Python versions

Static analysis to search for vulnerabilities in Wordpress plugins.

root@kitploit:~
 __      ____________  ___ ___               __                
/  \    /  \______   \/   |   \ __ __  _____/  |_  ___________ 
\   \/\/   /|     ___/    ~    \  |  \/    \   __\/ __ \_  __ \
 \        / |    |   \    Y    /  |  /   |  \  | \  ___/|  | \/
  \__/\  /  |____|____\___|_  /|____/|___|  /__|  \___  >__|   
       \/       /_____/     \/            \/          \/       
       
|__ Author: @JosueEncinar
    
    
[*] Starting the process
[*] Total plugins 87509
[*] Starting the analisys

How to add a module

The tool has been uploaded without regex, for the search you need to add your regular expressions. The key to reduce false positives is here, go for it.

To know how to do this, check out modules/php/test.py and modules/js/test.py. It is not complicated.

How to use

To use the tool, follow the instructions below:

root@kitploit:~
git clone https://github.com/Josue87/wp_hunter.git
cd wp_hunter
pip3 install -r requirements.txt
python3 wp_hunter.py

The tests have been carried out with the Linux operating system

Download Tool