Skip to content

Commit

Permalink
Update kali-whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
owerdogan authored Jan 9, 2023
1 parent ab726a8 commit c0eba78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kali-whoami
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if [ "$youtube_val" != "FALSE" ]; then
msg "AFTER THEN YOU ARE FREE TO CLOSE. THIS MESSAGE WON'T APPEAR AGAIN."
nonroot_user=`who | awk '$1!="root"{print $1}' | head -1`
sleep 3
sudo -u $nonroot_user firefox -new-tab "https://www.youtube.com/watch?v=Ml59DK5ADqs"
sudo -u $nonroot_user firefox -new-tab "https://youtu.be/Ml59DK5ADqs"
sudo -u $nonroot_user firefox -new-tab "https://youtu.be/0_Vd9hHWhxQ"
sudo -u $nonroot_user firefox -new-tab "https://youtu.be/HeG7dAj7RWM"
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 c0eba78

Please sign in to comment.