mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-05 20:42:16 -07:00
Duplicate word
Removed duplicated word
This commit is contained in:
parent
791d794b38
commit
e0be9735f9
1 changed files with 1 additions and 1 deletions
2
LANs.py
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue