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

Function showPocsList

cmd/commons/core/options.go:113–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func showPocsList() {
114 fmt.Println("Pocs list: ")
115 ls := attack.GetList()
116 // 遍历list,输出pocs名称
117 for i := ls.Front(); i != nil; i = i.Next() {
118 fmt.Println(i.Value)
119 }
120}
121
122func showVerbose(options *Options) {
123 if !options.Verbose {

Callers 1

ParseOptionsFunction · 0.85

Calls 1

GetListFunction · 0.92

Tested by

no test coverage detected