Skip to content

Commit

Permalink
Update AndroidMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Apr 6, 2024
1 parent 9dea7f8 commit 17941b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Files/AndroidMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
print(" \033[1;34m[ 01 ] >> \033[1;36;40mPyshell - Remote Access Trojan - RAT")
print(" \033[1;34m[ 02 ] >> \033[1;36;40mWishfish - Powerful Tool For Grab Front Camera Snap Using A Link")
print(" \033[1;34m[ 03 ] >> \033[1;36;40mLockPhish - Tool for phishing attacks on the lock screen")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mLockPhish - Tool for phishing attacks on the lock screen")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mHatCloud - Tool for find website real IP behind cloudflare")
print(" \033[1;34m[ 05 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
print(" \033[1;34m[ 06 ] >> \033[1;36;40mBack To MainMenu")

Expand All @@ -27,7 +27,7 @@
os.system("cd && cd AllHackingTools && cd lockphish && bash lockphish.sh && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==4):
os.system("clear")
os.system("cd && cd AllHackingTools && cd Files && bash HatCloud.sh && cd && cd AllHackingTools && python2 MainMenu.py")
os.system("cd && cd AllHackingTools && cd Files && bash HatCloud.sh && sleep 10 && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==5):
time.sleep(0.2)
print("\033[1;31;40mQuiting System...")
Expand Down

0 comments on commit 17941b8

Please sign in to comment.