Update kickthemout.py

This commit is contained in:
k4m4 2017-01-01 22:19:42 +02:00
parent 76f8e3d68d
commit 5881fe106f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def kickoneoff():
return # TODO: Test "break"
# print("\n{0}Target mac => '{1}" + one_target_mac + "{2}'{3}\n").format(GREEN, RED, GREEN, END) # {TESTING}
print("{0}Spoofing started... {1}").format(GREEN, END)
print("\n{0}Spoofing started... {1}").format(GREEN, END)
try:
while True:
spoof.sendPacket(defaultInterfaceMac, defaultGatewayIP, one_target_ip, one_target_mac)