Skip to content

Commit

Permalink
little fix for bore
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Nov 2, 2023
1 parent e758847 commit 085cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrap/tacos.listener
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXPOSITION=$(gum choose "use IP" "tunnel: ngrok" "tunnel: bore")
if [ "$EXPOSITION" = "use IP" ]; then
IP=$(gum input --placeholder "Enter Attacker IP")
FLAGS="${FLAGS} --lhost ${IP}"
elif [ "$IP_CHOICE" = "tunnel: bore" ]; then
elif [ "$EXPOSITION" = "tunnel: bore" ]; then
FLAGS="${FLAGS} -b"
else
FLAGS="${FLAGS} -n"
Expand Down

0 comments on commit 085cb2b

Please sign in to comment.