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
wordpress-php-object-helper — Know a plugin has a php object exploit but need to find which lib to use? | Kitploit
Tools/GitHubGitHub/randomrobbiebf/wordpress-php-object-helper
ReconnaissanceExploit FrameworksVulnerability AnalysisScripting & AutomationWeb Application ExploitationPenetration Testing
GitHubrandomrobbiebf/wordpress-php-object-helper

wordpress-php-object-helper

Know a plugin has a php object exploit but need to find which lib to use?

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
323 years agoNot yet reviewed

wordpress-php-object-helper

About

You have a Known plugin with a PHP object exploit?, but you need to determine which library to use to exploit the issue and run with phpggc.

This should help you out.

Example Output

root@kitploit:~
$ python3 finder.py -u http://wordpress.lan -f wp-plugins.lst
Processing URLs: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 26/26 [00:00<00:00, 26.74it/s]
Found the following plugins:
http://wordpress.lan/wp-content/plugins/updraftplus/readme.txt
Checking Wordpress SVN for vendor folder.
Vendor Folder found at http://plugins.svn.wordpress.org/updraftplus/trunk/vendor/
Checking for known libraries for phpgcc inside vendor folder.
You may be able to use the following Guzzle with this updraftplus plugin.
You may be able to use the following Symfony with this updraftplus plugin.
You may be able to use the following PHPSecLib with this updraftplus plugin.
Download Tool