We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8251ad3 commit ff6cc5cCopy full SHA for ff6cc5c
cmd/commons/attack/attack.go
@@ -27,8 +27,9 @@ func init() {
27
func addPoc(pocs map[string]interface{}) map[string]interface{} {
28
log.Debugln("github.com/SummerSec/SpringExploit/cmd/commons/attack/attack.go:25")
29
log.Debug("[*] Add PoC")
30
+ // TODO 添加poc
31
pocs["demo"] = &poc.Demo{}
- //pocs["CVE202222947"] = &poc.CVE202222947{}
32
+ pocs["CVE202222947"] = &poc.CVE202222947{}
33
return pocs
34
35
}
0 commit comments