mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-07 05:22:11 -07:00
commit
5651b4e0ac
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:
|
if routerIP in line:
|
||||||
routerMACguess = line.split()[2]
|
routerMACguess = line.split()[2]
|
||||||
if len(routerMACguess) == 17:
|
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':
|
if accr == 'y':
|
||||||
routerMAC = routerMACguess
|
routerMAC = routerMACguess
|
||||||
print "[*] Router MAC: "+routerMAC
|
print "[*] Router MAC: "+routerMAC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue