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
pip install iface does nothing to fix this issue. (I am using manjaro linux and have confirmed to have iface pip installed.)
Error Log from my terminal Below. (This happens after typing in the wordlist and it starts cracking)
Traceback (most recent call last):
File "WifiBF.py", line 129, in <module>
menu()
File "WifiBF.py", line 122, in menu
pwd(ssid, filee)
File "WifiBF.py", line 80, in pwd
main(ssid, pwd, number)
File "WifiBF.py", line 58, in main
iface.remove_all_network_profiles()
NameError: name 'iface' is not defined
No description provided.
The text was updated successfully, but these errors were encountered: