-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels