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

Improvements on the code base #236

Closed tomasff closed 6 years ago

tomasff commented 6 years ago

[ @xtr4nge ] In my point of view this is a great project for the Raspberry Pi, however I think that the code base needs to be re-done, in order to have a cleaner code and making the project "more modular".

Also, the interface is kind of buggy a the moment and some modules don't work well.

Perhaps we could use some micro PHP framework such as Slim and/or Lumen and also a JavaScript framework to provide the user with a better interface without all of those refresh'es .

Finally, if any help is needed I think there are plenty of people available to make this project better, including myself.

To sum up, I think that this kind of improvement would allow the project to improve the "on the go" user experience.

Thank you for your attention.

EDIT: Added suggestion for JavaScript frameworks.