xtr4nge / FruityWifi

FruityWiFi is a wireless network auditing tool. The application can be installed in any Debian based system (Jessie) adding the extra packages. Tested in Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi), Pwnpi (Raspberry Pi), Bugtraq, NetHunter.
http://www.fruitywifi.com
GNU General Public License v3.0
2.19k stars 498 forks source link

install on Kali #270

Open johnbigw opened 4 years ago

johnbigw commented 4 years ago

Hey i've been trying to install FruityWifi on Kali with apt-get install fruitywifi , or even tried to compile but it won't work, can someone please give me an updated tutorial on how to install it ,

thanks in advance

rlvilla commented 4 years ago

If you're using one of the latest Kali versions, you need to download it manually as said in x86/x64 section from general README.md. The problem is that dependencies in "install-FruityWifi.py" can't be met as some of them aren't anymore on kali apt repo. To solve this, the way to go is installing these Python packages manually using "sudo pip install " (after installing python-pip from apt).

The same procedure is required when installing each module as many dependencies need to be installed via pip. Don't forget "sudo" before pip as the packages need to be installed in root's python2 environment.