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

in OS X #63

Closed
linuxbased opened this issue Feb 21, 2018 · 4 comments
Closed

in OS X #63

linuxbased opened this issue Feb 21, 2018 · 4 comments
Labels

Comments

@linuxbased
Copy link

[!] Error: [Errno 2] No such file or directory

 [!] Full stack trace below

 [!]    Traceback (most recent call last):
 [!]    File "./Wifite.py", line 201, in <module>
 [!]        w.main()
 [!]    File "./Wifite.py", line 38, in main
 [!]        Configuration.get_interface()
 [!]    File "/Users/gokdeniz/wifite2/py/Configuration.py", line 106, in get_interface
 [!]        Configuration.interface = Airmon.ask()
 [!]    File "/Users/gokdeniz/wifite2/py/Airmon.py", line 173, in ask
 [!]        Airmon.terminate_conflicting_processes()
 [!]    File "/Users/gokdeniz/wifite2/py/Airmon.py", line 235, in terminate_conflicting_processes
 [!]        out = Process(['airmon-ng', 'check']).stdout()
 [!]    File "/Users/gokdeniz/wifite2/py/Process.py", line 81, in __init__
 [!]        self.pid = Popen(command, stdout=sout, stderr=serr, cwd=cwd, bufsize=bufsize)
 [!]    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
 [!]        errread, errwrite)
 [!]    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
 [!]        raise child_exception
 [!]    OSError: [Errno 2] No such file or directory

 [!] Exiting

@MisterBianco
Copy link
Contributor

Doesn't support OSX...

@kimocoder
Copy link
Contributor

airmon-ng does not work with OSX. Not supported.

@derv82
Copy link
Owner

derv82 commented Feb 27, 2018

If you can install the latest aircrack suite, tshark, reaver, cowpatty onto your OSX machine, and assuming you have patched wireless drivers, etc... then it might work.

From the README:

Wifite2 is designed entirely for the latest version of Kali Rolling release (tested on Kali 2016.2, updated May 2017).

Keep in mind that running on OSX is not part of the design, and may not work.

@derv82 derv82 added the OSX label Feb 27, 2018
@derv82
Copy link
Owner

derv82 commented Feb 27, 2018

This is duplicate of #45

Apparently airmon-ng isn't available on OSX.

@derv82 derv82 closed this as completed Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants