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
Hi,
I'm running WifiBroot in Debian 10 Buster , had to install pip2 as it has been deprecated. I've followed along the installation guide and I have that error, you can see the full verbose output below.
What am I missing? Couldn't really tell by duckducking the error, or by previous knowledge how to sort this
$ python2 ./wifibroot.py -m 2 -i wlan0mon -d /home/fakuve/programs/WiFiBroot/dicts/list.txt --verbose
[*] Path: {/home/fakuve/programs/WiFiBroot/dicts/list.txt} Lines {41}
Traceback (most recent call last):
File "./wifibroot.py", line 609, in <module>
main()
File "./wifibroot.py", line 575, in main
iface = _channeler(options); _silf = _silfer(iface, options)
File "./wifibroot.py", line 463, in _channeler
iface = interface(options.interface)
File "./wifibroot.py", line 50, in __init__
self.check_man = self.check_man()
File "./wifibroot.py", line 55, in check_man
if self.is_man(self.iface):
File "./wifibroot.py", line 100, in is_man
co = subprocess.Popen(['iwconfig', iface], stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm running WifiBroot in Debian 10 Buster , had to install pip2 as it has been deprecated. I've followed along the installation guide and I have that error, you can see the full verbose output below.
What am I missing? Couldn't really tell by duckducking the error, or by previous knowledge how to sort this
Thanks
The text was updated successfully, but these errors were encountered: