Skip to content

Commit

Permalink
Update SocialFish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
A1S0N authored Feb 5, 2018
1 parent 2cf7f98 commit 880a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SocialFish.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def runPEnv():
else:
print " --{0}>{1} PHP NOT FOUND: \n {0}*{1} Please install PHP and run me again. http://www.php.net/".format(RED, END)
exit(0)
if raw_input(" {0}[{1}!{0}]{1} Do you will use this tool just for educational purposes? (y/n)\n {2}SF > {1}".format(RED, END, CYAN)).upper() == 'N':
if raw_input(" {0}[{1}!{0}]{1} Do you will use this tool only for educational purposes? (y/n)\n {2}SF > {1}".format(RED, END, CYAN)).upper() == 'N':
system('clear')
print '\n[ {0}YOU ARE NOT AUTHORIZED TO USE THIS TOOL{1} ]\n'.format(RED, END)
exit(0)
Expand Down

0 comments on commit 880a69d

Please sign in to comment.