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

Wifite does not work #120

Open
pabeka opened this issue Dec 5, 2017 · 1 comment
Open

Wifite does not work #120

pabeka opened this issue Dec 5, 2017 · 1 comment

Comments

@pabeka
Copy link

pabeka commented Dec 5, 2017

i get this error message:

`root@kali:~# wifite

.;' ;, .;' ,;' ;, ;, WiFite v2 (r87) .;' ,;' ,;' ;, ;, ;,
:: :: : ( ) : :: :: automated wireless auditor
':. ':. ':. /\ ,:' ,:' ,:'
':. ':. /
\ ,:' ,:' designed for Linux
':. /
___\ ,:'
/ \

[+] scanning for wireless devices...
[+] enabling monitor mode on wlan0... done
Traceback (most recent call last):
File "/usr/bin/wifite", line 3462, in
engine.Start()
File "/usr/bin/wifite", line 1313, in Start
self.RUN_CONFIG.THIS_MAC = get_mac_address(iface) # Store current MAC address
File "/usr/bin/wifite", line 1864, in get_mac_address
proc = Popen(['ifconfig', iface], stdout=PIPE, stderr=DN)
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
`

@ztenma
Copy link

ztenma commented Feb 1, 2018

It's likely you don't have ifconfig installed in your system, as it has been deprecated despite being being widely used. Either install it (find the corresponding package for your distribution, perhaps net-tools or something like that), or change source code to use the newer "ip" command.
Maybe dev team should provide a fallback between ip/ifconfig for it to work on all distros.
Duplicate of #111 I think... Search already existing issues before adding new ones.

derv82 added a commit that referenced this issue Mar 25, 2018
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