Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Feb 28, 2022
1 parent 4dca57a commit 1d1dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tacos/tacos.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1d1dfee

Please sign in to comment.