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.2k stars 500 forks source link

FruityWiFi on OpenWRT? #203

Closed MatthewHKnight closed 8 years ago

MatthewHKnight commented 8 years ago

Was just curious I thought FruityWiFi worked with OpenWRT does it not ? Cause I was looking for a guide on it but didn't look to hard but was curious if it could be installed on something like a Alfa Networks AP-121u

xtr4nge commented 8 years ago

Hi MatthewHKnight, I never tried to port FruityWiFi to OpenWRT. FruityWiFi was created to be installed on any Debian based system. The majority of the dependencies are installed from the repository (apt-get) and using pip. It can be ported to OpenWRT, but you will have a lot of work with the dependencies. Each module requires it owns dependencies, so every time that a new module is released, you will need to port the installer (dependencies). There are are projects like DebianWRT and DebWRT (I never tried them yet), that could be an alternative to install FruityWiFi on wireless routers.

regards,