diff --git a/cmd/tacos/tacos.go b/cmd/tacos/tacos.go index 061d5d9..e6bb89b 100644 --- a/cmd/tacos/tacos.go +++ b/cmd/tacos/tacos.go @@ -12,7 +12,7 @@ func main() { var detect bool var shell string flag.BoolVar(&detect, "detect", false, "Detect default shell to use it in reverse shell") - flag.StringVar(&shell, "shell", "", "shell to use for reverse shell") //default /bin/bash + flag.StringVar(&shell, "shell", "/bin/bash", "shell to use for reverse shell") //default /bin/bash flag.Parse() if detect {