()
| 6 | ) |
| 7 | |
| 8 | func 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 | } |
nothing calls this directly
no test coverage detected