From d81f7f96b0764fafd0944ee749f1277566cdd65c Mon Sep 17 00:00:00 2001 From: DanMcInerney Date: Sun, 5 Jan 2014 13:41:49 -0500 Subject: [PATCH] fixed ctrl-c bug --- LANs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANs.py b/LANs.py index a41e876..de29b2a 100755 --- a/LANs.py +++ b/LANs.py @@ -1041,7 +1041,7 @@ def main(args): print "[*] Router MAC: " + routerMAC logger.write("[*] Router MAC: "+routerMAC+'\n') except Exception: - ac = raw_input = "[-] Router did not respond to ARP request for MAC, attempt to pull the MAC from the ARP cache? [y/n] " + ac = raw_input("[-] Router did not respond to ARP request for MAC, attempt to pull the MAC from the ARP cache? [y/n] ") if ac == 'y': try: print "[-] Router did not respond to ARP request for MAC, attempting to pull the MAC from the ARP cache"