Skip to content

Commit

Permalink
Update SocialMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Apr 6, 2024
1 parent 17941b8 commit b0a8ebf
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions Files/SocialMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,31 @@
os.system("clear")
os.system("cd && cd AllHackingTools && clear && bash Logo.sh")

print(" \033[1;34m[ 01 ] >> \033[1;36;40mInstaHack - Best Tool For instagram bruteforce hacking Tool")
print(" \033[1;34m[ 02 ] >> \033[1;36;40mFacebook - Bruteforce attack on Facebook account using python")
print(" \033[1;34m[ 03 ] >> \033[1;36;40mSherlock - Hunt social media accounts by username across social networks")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mFindUser - Find usernames across over 75 social networks")
print(" \033[1;34m[ 05 ] >> \033[1;36;40mUserFinder - Find UserName in social")
print(" \033[1;34m[ 06 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
print(" \033[1;34m[ 07 ] >> \033[1;36;40mBack To MainMenu")
print(" \033[1;34m[ 01 ] >> \033[1;36;40mFacebook - Bruteforce attack on Facebook account using python")
print(" \033[1;34m[ 02 ] >> \033[1;36;40mSherlock - Hunt social media accounts by username across social networks")
print(" \033[1;34m[ 03 ] >> \033[1;36;40mFindUser - Find usernames across over 75 social networks")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mUserFinder - Find UserName in social")
print(" \033[1;34m[ 05 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
print(" \033[1;34m[ 06 ] >> \033[1;36;40mBack To MainMenu")

op=int(raw_input("Soc1alF1sh: "))

if(op==1):
os.system("clear")
os.system("cd && cd AllHackingTools && cd instahack && bash instahack.sh")
elif(op==2):
os.system("clear")
os.system("cd && cd AllHackingTools && cd Facebook-BruteForce && python3 fb.py or python fb2.py")
elif(op==3):
elif(op==2):
os.system("clear")
os.system("cd && cd AllHackingTools && cd Files && bash SherlockUser.sh")
elif(op==4):
elif(op==3):
os.system("clear")
os.system("cd && cd AllHackingTools && cd finduser && bash finduser.sh && cd && cd AllHackingTools && python3 src/Timer3.py")
elif(op==5):
elif(op==4):
os.system("clear")
os.system("cd && cd AllHackingTools && cd UserFinder && bash UserFinder.sh && cd && cd AllHackingTools && python3 src/Timer3.py")
elif(op==6):
elif(op==5):
time.sleep(0.2)
print("\033[1;31;40mQuiting System..")
elif(op==7):
elif(op==6):
os.system("cd")
os.system("cd AllHackingTools")
os.system("python2 MainMenu.py")
Expand Down

0 comments on commit b0a8ebf

Please sign in to comment.