MCPcopy Index your code
hub / github.com/SummerSec/SpringExploit / GetList

Function GetList

cmd/commons/attack/Pocslist.go:22–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func GetList() *list.List {
23 l := list.New()
24
25 l.PushBack(ISAlIVEURL)
26
27 // 2022年漏洞
28 l.PushBack(CVE202226134)
29 l.PushBack(CVE202222963)
30 l.PushBack(CVE202222965)
31 l.PushBack(CVE202222947)
32 l.PushBack(CVE20221388)
33
34 // 2021年漏洞
35 l.PushBack(CVE202126084)
36 l.PushBack(CVE202122986)
37
38 return l
39}

Callers 1

showPocsListFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected