I'm having the error "airplay-ng exited unexpectedly" when running an WEP attack with Wifite. In order to fix the issue i need to direct to the wifite code, which is by one sources saying, located in /usr/bin/wifite.
For my situation this is false. there is no wifite file located in that directory. There is how ever a Wifite file located in the /usr/sbin/ directory but the file only contains the following text:
!/usr/bin/python3
from wifite import main__
main__.entry_point()
It should be noted I am extremely new to linux, but my main question is how do i located the Wifite code? Thanks.