Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
wordpress-php-object-helper — 知道某个插件存在 PHP 对象利用漏洞,但需要找到该使用哪个库? | Kitploit
工具/GitHubGitHub/randomrobbiebf/wordpress-php-object-helper
侦察漏洞利用框架漏洞分析脚本与自动化Web应用程序漏洞利用渗透测试
GitHubrandomrobbiebf/wordpress-php-object-helper

wordpress-php-object-helper

知道某个插件存在 PHP 对象利用漏洞,但需要找到该使用哪个库?

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
323年前尚未审核

wordpress-php-object-helper

关于

您有一个已知的带 PHP 对象漏洞的插件,但您需要确定使用哪个库来利用该问题并与 phpggc 配合运行。

这应该能帮到您。

示例输出

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.
下载工具