From 22c9f9de8d84cee78f837dd3c8dc895a47a0dd99 Mon Sep 17 00:00:00 2001 From: k4m4 Date: Tue, 3 Jan 2017 00:56:47 +0200 Subject: [PATCH] Update kickthemout.py --- kickthemout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kickthemout.py b/kickthemout.py index 58c2519..923bda8 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -148,7 +148,7 @@ def kicksomeoff(): print("\n{0}Targets: {1}" + some_ipList).format(GREEN, END) - print("\n{0}Spoofing started... {1}\n").format(GREEN, END) + print("\n{0}Spoofing started... {1}").format(GREEN, END) try: while True: for i in some_targets: @@ -185,7 +185,7 @@ def kickalloff(): vendor = resolveMac(mac) print(str(" {0}"+ str(onlineIPs[i]) + "{1}\t" + vendor + "{2}").format(RED, GREEN, END)) - print("\n{0}Spoofing started... {1}\n").format(GREEN, END) + print("\n{0}Spoofing started... {1}").format(GREEN, END) try: reScan = 0 while True: