Skip to content

Commit 86d2738

Browse files
authored
Update SocialMenu.py
1 parent a44d5dd commit 86d2738

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Files/SocialMenu.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
print(" \033[1;34m[ 01 ] >> \033[1;36;40mFacebook - Bruteforce attack on Facebook account using python")
1111
print(" \033[1;34m[ 02 ] >> \033[1;36;40mSherlock - Hunt social media accounts by username across social networks")
12-
print(" \033[1;34m[ 03 ] >> \033[1;36;40mFindUser - Find usernames across over 75 social networks")
13-
print(" \033[1;34m[ 04 ] >> \033[1;36;40mUserFinder - Find UserName in social")
14-
print(" \033[1;34m[ 05 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
15-
print(" \033[1;34m[ 06 ] >> \033[1;36;40mBack To MainMenu")
12+
print(" \033[1;34m[ 03 ] >> \033[1;36;40mUserFinder - Find UserName in social")
13+
print(" \033[1;34m[ 04 ] >> \033[1;36;40mExit System - Log out AllHackingTools")
14+
print(" \033[1;34m[ 05 ] >> \033[1;36;40mBack To MainMenu")
1615

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

@@ -23,15 +22,12 @@
2322
os.system("clear")
2423
os.system("cd && cd AllHackingTools && cd Files && bash SherlockUser.sh")
2524
elif(op==3):
26-
os.system("clear")
27-
os.system("cd && cd AllHackingTools && cd finduser && bash finduser.sh && cd && cd AllHackingTools && python3 src/Timer3.py")
28-
elif(op==4):
2925
os.system("clear")
3026
os.system("cd && cd AllHackingTools && cd UserFinder && bash UserFinder.sh && cd && cd AllHackingTools && python3 src/Timer3.py")
31-
elif(op==5):
27+
elif(op==4):
3228
time.sleep(0.2)
3329
print("\033[1;31;40mQuiting System..")
34-
elif(op==6):
30+
elif(op==5):
3531
os.system("cd")
3632
os.system("cd AllHackingTools")
3733
os.system("python2 MainMenu.py")

0 commit comments

Comments
 (0)