Skip to content

Commit 1084f44

Browse files
committed
0.0.5
1 parent 7193523 commit 1084f44

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44

5+
## 0.0.5
56

67

78

@@ -11,6 +12,11 @@
1112

1213

1314

15+
## 0.0.4
16+
17+
* [x] 添加支持CVE-2022-22963 (Spring Cloud Function SpEL RCE)
18+
19+
1420

1521

1622

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@
1919

2020
* [x] 添加支持CVE-2022-22947 (Spring Cloud Gateway SpELRCE)
2121
* [x] 添加支持CVE-2022-22963 (Spring Cloud Function SpEL RCE)
22-
* [] 添加支持CVE-2021-26084 (Atlassian Confluence RCE)
23-
* [] 添加支持CVE-2022-22965 (Spring Core RCE)
22+
* [x] 添加支持CVE-2021-26084 (Atlassian Confluence RCE)
23+
* [ ] 添加支持CVE-2022-22965 (Spring Core RCE)
2424
* [x] 自定义并发
2525
* [x] 自定义输出日志位置
2626
* [x] 自定义结果输出位置
27-
*
2827

2928
………
3029

@@ -35,14 +34,14 @@
3534

3635
为了学习一下golang,花了两天时间,写了这款框架式的exp利用工具练练手,后续还会支持其他的漏洞。初学golang,代码还是很粗糙。一开始是打算就支持Spring系列漏洞的利用,但写到后面自我感觉能够集成其他的漏洞利用。具体会支持那些漏洞,作者会根据情况自我判断,可以提建议,但不一定被采纳。亦可以提交pr。可以查看源代码写poc和exp,写了很多注释,很容易懂。
3736

37+
本项目集成的漏洞基本上都是能会被利用的,直接或间接执行命令或者连接webshell,且本地测试通过的。
3838

39-
40-
39+
项目已经开了讨论区,如果有建议可以在讨论区提出。
4140

4241
---
4342
## ⚡下载安装
4443

45-
[release](https://github.com/SummerSec/SpringExploit/releases)界面下载对应操作系统版本。
44+
[release](https://github.com/SummerSec/SpringExploit/releases)界面下载对应操作系统版本,因为本项目使用GitHub Action自动编译,不存在后门风险,如果需要自己下载源码手动编译,请自行百度,不会解答这类问题
4645

4746

4847

0 commit comments

Comments
 (0)