File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 99
1010print (" \033 [1;34m[ 01 ] >> \033 [1;36;40mFacebook - Bruteforce attack on Facebook account using python" )
1111print (" \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
1716op = int (raw_input ("Soc1alF1sh: " ))
1817
2322 os .system ("clear" )
2423 os .system ("cd && cd AllHackingTools && cd Files && bash SherlockUser.sh" )
2524elif (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" )
You can’t perform that action at this time.
0 commit comments