Skip to content

Commit ff6cc5c

Browse files
committed
添加CVE202222947的poc
1 parent 8251ad3 commit ff6cc5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/commons/attack/attack.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ func init() {
2727
func addPoc(pocs map[string]interface{}) map[string]interface{} {
2828
log.Debugln("github.com/SummerSec/SpringExploit/cmd/commons/attack/attack.go:25")
2929
log.Debug("[*] Add PoC")
30+
// TODO 添加poc
3031
pocs["demo"] = &poc.Demo{}
31-
//pocs["CVE202222947"] = &poc.CVE202222947{}
32+
pocs["CVE202222947"] = &poc.CVE202222947{}
3233
return pocs
3334

3435
}

0 commit comments

Comments
 (0)