WiFiBroot icon indicating copy to clipboard operation
WiFiBroot copied to clipboard

OSError: [Errno 2] No such file or directory

Open freddieventura opened this issue 5 years ago • 0 comments

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

freddieventura avatar Dec 12 '20 13:12 freddieventura