Skip to content

Commit

Permalink
YOUTUBE BUG FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
owerdogan authored Jan 1, 2023
1 parent 418b173 commit 602b43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kali-whoami
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$youtube_val" != "FALSE" ]; then
nonroot_user=`who | awk '$1!="root"{print $1}' | head -1`
sudo -u $nonroot_user firefox -new-tab "https://www.youtube.com/watch?v=Ml59DK5ADqs"
curl --silent "https://visitor-badge.glitch.me/badge?page_id=whoami_youtube_com&left_color=black&right_color=red&left_text=Counter:" # please dont send spam. thanks :)

echo "youtube=FALSE" >> /usr/share/kali-whoami/assets/sources/config
fi
}

Expand Down

0 comments on commit 602b43a

Please sign in to comment.