From 6a031127697986f9acc508da9bb04b526da5c20c Mon Sep 17 00:00:00 2001 From: sgpssumit <122619102+sgpssumit@users.noreply.github.com> Date: Sun, 15 Jan 2023 01:14:56 +0530 Subject: [PATCH] Update mafia.sh Internet connection error --- mafia.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/mafia.sh b/mafia.sh index e078407..7b1d03f 100644 --- a/mafia.sh +++ b/mafia.sh @@ -30,24 +30,6 @@ echo -e ${YELLOW}" Coded By : ${CP}Machine404 echo -e ${RED}"################################################################################\n" } - -echo -e -n ${CNC}"\n[*] Checking Internet Connection \n" -if nc -zw1 google.com 443; then - echo -e ${GREEN} "\n[ ✔ ] Internet.............${GREEN}[ working ]" - else - - echo ${RED}"No Internet Connection" - exit 1 -fi -sleep 0.5 -function depend(){ -echo -e -n ${CNC}"\n[*] Checking dependencies configuration For Android \n" -if nc -zw1 google.com 443; then - echo -e ${GREEN} "\n[ ✔ ] Internet.............${GREEN}[ working ]" - else - - echo ${RED}"No Internet Connection" - exit 1 fi sleep 0.5 which msfconsole > /dev/null 2>&1