From f21753e80b48216fb4ee82ee37a7822b074d838b Mon Sep 17 00:00:00 2001 From: Dark-knight233 <109817657+Dark-knight233@users.noreply.github.com> Date: Sun, 11 Sep 2022 15:57:26 -0700 Subject: [PATCH] Update CyberPhish.py --- CyberPhish.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CyberPhish.py b/CyberPhish.py index 56e1468..f155989 100644 --- a/CyberPhish.py +++ b/CyberPhish.py @@ -3,7 +3,7 @@ from sys import version_info if version_info<(3,0,0): - print('[!] Please use Python 3. $ python3 CyberPhish.py') + print('[!] Please use Python 3 for windows . $ python3 CyberPhish.py in linux') sys.exit() @@ -134,12 +134,12 @@ def mainMenu(): else: print("\nSomething Went Wrong There Partner") - print("Are You Ok? Did You Fell Out The Boat And Started Drowning?") + print("Are You Ok? Did You Fall Out The Boat And Started Drowning?") sys.exit() except ValueError: print("\nSomething Went Wrong There Partner") - print("Are You Ok? Did You Fell Out The Boat And Started Drowning?") + print("Are You Ok? Did You Fall Out The Boat And Started Drowning?") sys.exit() except KeyboardInterrupt: print("\nExiting tool....")