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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-2628 — 在python3中运行的脚本 | Kitploit
工具/GitHubGitHub/herantong/cve-2018-2628
Payload生成漏洞分析漏洞利用ShellcodeWeb应用程序漏洞利用渗透测试
GitHubherantong/cve-2018-2628

CVE-2018-2628

在python3中运行的脚本

查看仓库
17个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

weblogic getshell

基于各位前辈的脚本优化了一下让代码能在python3中运行 主要是在windows

参考链接

https://github.com/vulhub/vulhub/blob/master/weblogic/CVE-2018-2628/README.zh-cn.md

https://github.com/0xMJ/CVE-2018-2628

weblogic getshell

测试有无漏洞

1

python pocweblogic.py your-ip

传入getshell

ad653cbb02fe18880494625b8a439727_MD5

"Weblogic GetShell CVE-2018-2628.exe" your-ip port

利用

62d047a0c623f51d77400f6d16c7fa64_MD5

Python getshell.py

Set shell : http://your-ip:port/bea_wls_internal/wlscmd.jsp

疑难解答1. 出现:

a378b2cae81aea5343da2287fc26e8c7

这是因为你的 Python 环境中没有安装 requests 模块 你只需要在命令行(终端)中运行以下命令即可:

pip install requests

下载工具