Skip to content

Commit 9e04de6

Browse files
committed
CVE-2022-22947支持哥斯拉内存马,默认优先注入哥斯拉内存马、NettyMemshell、SpringRequestMappingMemshell
1 parent ca10cdd commit 9e04de6

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ logs.txt
66
**.zip
77
**.tar.gz
88
target.txt
9+
result.txt

cmd/commons/attack/attack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func addPoc(pocs map[string]interface{}) map[string]interface{} {
2828
log.Debug("[*] Add PoC")
2929
// TODO 添加poc
3030
//pocs["demo"] = &poc.Demo{}
31-
//pocs["CVE202222947"] = &poc.CVE202222947{}
31+
pocs["CVE202222947"] = &poc.CVE202222947{}
3232
pocs["CVE202222963"] = &poc.CVE202222963{}
3333
return pocs
3434

0 commit comments

Comments
 (0)