Duplicate word

Removed duplicated word
This commit is contained in:
digitaljesus 2014-04-24 13:51:25 +02:00
parent 791d794b38
commit e0be9735f9

View file

@ -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