From e0be9735f9517758b11c2097b6b38891f6c48989 Mon Sep 17 00:00:00 2001 From: digitaljesus Date: Thu, 24 Apr 2014 13:51:25 +0200 Subject: [PATCH] Duplicate word Removed duplicated word --- LANs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANs.py b/LANs.py index 89effca..ca359a2 100755 --- a/LANs.py +++ b/LANs.py @@ -1045,7 +1045,7 @@ def main(args): if routerIP in line: routerMACguess = line.split()[2] if len(routerMACguess) == 17: - accr = raw_input("[+] Is "+R+routerMACguess+W+" the the accurate router MAC? [y/n]: ") + accr = raw_input("[+] Is "+R+routerMACguess+W+" the accurate router MAC? [y/n]: ") if accr == 'y': routerMAC = routerMACguess print "[*] Router MAC: "+routerMAC