diff --git a/exploits.go b/exploits.go index 09fba5d..39cf5e9 100644 --- a/exploits.go +++ b/exploits.go @@ -26,8 +26,7 @@ func main() { fmt.Println("mode: " + mode) initCommand(inputFile, mode) - - //test() + } func handleArgs(args []string, quiet *bool) {