diff --git a/kickthemout.py b/kickthemout.py index 847efa9..46006c8 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -97,7 +97,7 @@ def kickoneoff(): one_target_mac = host[1] if one_target_mac == "": print("\nIP address is not up. Please try again.") - break # TODO: Test "break" + return # TODO: FIX print("\n{0}Target mac => '{1}" + one_target_mac + "{2}'{3}\n").format(GREEN, RED, GREEN, END) print("{0}Spoofing started... {1}\n").format(GREEN, END) @@ -307,4 +307,4 @@ if __name__ == '__main__': defaultInterfaceMac = get_if_hwaddr(defaultInterface) scanNetwork() - main() \ No newline at end of file + main()