Skip to content

Commit

Permalink
Update kali-whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
owerdogan authored Dec 28, 2022
1 parent a4b6e65 commit 74eb058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kali-whoami
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ if [ "$youtube_val" != "FALSE" ]; then
msg "Thank you. The tool will automatically start as soon as you close the video."
sleep 3
sudo -u $nonroot_user firefox -new-tab "https://youtu.be/4bicR-jIhIg"
curl --silent "https://visitor-badge.glitch.me/badge?page_id=whoami_youtube_answer_yes&left_color=black&right_color=red&left_text=Yes%20counter" # please dont send spam. thanks :)
break
elif [ "$answer" = "n" ]; then
warn "We are sorry but we respect you, tool starting in 2 seconds."
curl --silent "https://visitor-badge.glitch.me/badge?page_id=whoami_youtube_answer_no&left_color=black&right_color=red&left_text=Yes%20counter" # please dont send spam. thanks :)
sleep 2
break
elif [ "$answer" = "x" ]; then
echo "youtube=FALSE" >> /usr/share/kali-whoami/assets/sources/config
curl --silent "https://visitor-badge.glitch.me/badge?page_id=whoami_youtube_answer_x&left_color=black&right_color=red&left_text=Yes%20counter" # please dont send spam. thanks :)
break
else
warn "Please answer y or n."
Expand Down

0 comments on commit 74eb058

Please sign in to comment.