Skip to content

Commit

Permalink
Update SocialMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Sep 7, 2024
1 parent a44d5dd commit 86d2738
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Files/SocialMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

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")
print(" \033[1;34m[ 03 ] >> \033[1;36;40mUserFinder - Find UserName in social")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
print(" \033[1;34m[ 05 ] >> \033[1;36;40mBack To MainMenu")

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

Expand All @@ -23,15 +22,12 @@
os.system("clear")
os.system("cd && cd AllHackingTools && cd Files && bash SherlockUser.sh")
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==4):
os.system("clear")
os.system("cd && cd AllHackingTools && cd UserFinder && bash UserFinder.sh && cd && cd AllHackingTools && python3 src/Timer3.py")
elif(op==5):
elif(op==4):
time.sleep(0.2)
print("\033[1;31;40mQuiting System..")
elif(op==6):
elif(op==5):
os.system("cd")
os.system("cd AllHackingTools")
os.system("python2 MainMenu.py")
Expand Down

0 comments on commit 86d2738

Please sign in to comment.