MCPcopy Create free account
hub / github.com/SummerSec/SpringExploit / main

Function main

cmd/main.go:8–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func main() {
9 options := core.ParseOptions()
10
11 //if options.Url != "" {
12 //
13 //} else if options.File != "" {
14 //} else if options.IP != "" {
15 //} else if options.SP {
16 // return
17 //} else {
18 // log.Info("No url, file or ip specified")
19 // return
20 //}
21
22 r, _ := core.NewRunner(options)
23 //log.Errorf("Error: %s", err)
24
25 r.Run()
26 log.Info("SpringExploit finished")
27}

Callers

nothing calls this directly

Calls 3

RunMethod · 0.95
ParseOptionsFunction · 0.92
NewRunnerFunction · 0.92

Tested by

no test coverage detected