Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 2] No such file or directory #33

Open
freddieventura opened this issue Dec 12, 2020 · 0 comments
Open

OSError: [Errno 2] No such file or directory #33

freddieventura opened this issue Dec 12, 2020 · 0 comments

Comments

@freddieventura
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@freddieventura and others