You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[+] scanning for wireless devices...
phy1
Traceback (most recent call last):
File "/usr/bin/wifite-ng", line 3296, in
main()
File "/usr/bin/wifite-ng", line 265, in main
iface = get_iface()
File "/usr/bin/wifite-ng", line 1041, in get_iface
mac_anonymize(monitor)
File "/usr/bin/wifite-ng", line 1653, in mac_anonymize
ORIGINAL_IFACE_MAC = (iface, old_mac)
UnboundLocalError: local variable 'old_mac' referenced before assignment
The text was updated successfully, but these errors were encountered:
Ran reformat code/code inspection in pycharm to clean up issues. A lot of small fixes to clean up code.
Fix some issues:
* -mac parameter error (aanarchyy#32)
* Detect dlink and belkin ouis (aanarchyy#34)
* Update README.md
Signed-off-by: binkybear <[email protected]>
Running wifite with "-mac" parameter raise error:
[+] scanning for wireless devices...
phy1
Traceback (most recent call last):
File "/usr/bin/wifite-ng", line 3296, in
main()
File "/usr/bin/wifite-ng", line 265, in main
iface = get_iface()
File "/usr/bin/wifite-ng", line 1041, in get_iface
mac_anonymize(monitor)
File "/usr/bin/wifite-ng", line 1653, in mac_anonymize
ORIGINAL_IFACE_MAC = (iface, old_mac)
UnboundLocalError: local variable 'old_mac' referenced before assignment
The text was updated successfully, but these errors were encountered: