PDA

View Full Version : How to install FruityWiFi v2.4



xtr4nge
2016-03-25, 17:37
Hi All,
This is a quick tutorial on how to install FruityWiFi v2.4 on NetHunter. I will fix a few minor issues on the next release, and I will do some changes on the interface to make full use of the screen.

Note: You need to download the master.zip v2.4 from GitHub. The current version on NetHunter repositories is v2.2 and it will not work properly. I will push an updated version as soon as possible ;)

UPDATE (2016-06-12)
------------------------->
NetHunter using Kali Rolling repository has the latest core version (v2.4)

To install core:
apt-get install fruitywifi-core
(then go to Module/AP tab Config, and check NetHunter option)

To install modules (example):
apt-get install fruitywifi-module-fruityproxy
apt-get install fruitywifi-module-fruitydns

To install core + all modules:
apt-get install fruitywifi

Note: Some modules on Kali Linux repo could be outdated from time to time, as the modules are updated on GitHub first. Check the modules page to verify/install the latest version (module).
<------------------------- END UPDATE


INSTALL (GitHub version)

- Download the zip file (v2.4) from github.com/xtr4nge/FruityWifi/archive/master.zip
- Unzip the file and run ./install-FruityWifi.sh (This script will install all the dependencies and setups)
- Start/Restart nginx and php5-fpm

/etc/init.d/nginx restart
/etc/init.d/php5-fpm restart


Go to http://localhost:8000 (for http)
Go to https://localhost:8443 (for https)

user: admin
pass: admin

- (minimum required) From MENU/Modules install: ap, api, mana, karma
- Module/AP tab Config, and check NetHunter
- Then install all the modules that you want. If you want to install all modules automatically ./install-modules.py ;)


MINOR CHANGES

The installation script for mana and karma needs be changed (I will amend this on the next release)

Edit: /usr/share/fruitywifi/www/modules/mana/includes/install.sh
Edit: /usr/share/fruitywifi/www/modules/karma/includes/install.sh


#OLD
cmd=`lsb_release -c |grep "jessie"`

#NEW
cmd=`lsb_release -c |grep -iEe "jessie|kali|sana"`


Then...

Exec: /usr/share/fruitywifi/www/modules/mana/includes/install.sh
Exec: /usr/share/fruitywifi/www/modules/karma/includes/install.sh


CHECK

- The user fruitywifi needs to be part of the group inet
- AP module should be v1.3 or above

GitHub: https://github.com/xtr4nge/FruityWifi
Forum: http://fruitywifi.boards.net/

regards,

ZANYAR-INFO
2016-05-09, 19:58
well done my bro

wanbi1990
2016-05-10, 03:19
Hi i have opo1 nethunter 3.0.5
FruityWiFi is better and more stable for me than the default Mana Wireless Toolkit that comes with Nethunter

simonpunk2016
2016-06-02, 16:52
Thank you very much!! Can't wait for next release from you!

xtr4nge
2016-06-13, 13:39
Thank you very much!! Can't wait for next release from you!

Hi simonpunk2016,
Check the modules page from time to time because modules are updated. Also new modules are released very often. Follow the Twitter account (@FruityWifi) for news.

regards,

cacodemon
2017-01-08, 08:10
Hi All,
This is a quick tutorial on how to install FruityWiFi v2.4 on NetHunter. I will fix a few minor issues on the next release, and I will do some changes on the interface to make full use of the screen.

Note: You need to download the master.zip v2.4 from GitHub. The current version on NetHunter repositories is v2.2 and it will not work properly. I will push an updated version as soon as possible ;)

UPDATE (2016-06-12)
------------------------->
NetHunter using Kali Rolling repository has the latest core version (v2.4)

To install core:
apt-get install fruitywifi-core
(then go to Module/AP tab Config, and check NetHunter option)

To install modules (example):
apt-get install fruitywifi-module-fruityproxy
apt-get install fruitywifi-module-fruitydns

To install core + all modules:
apt-get install fruitywifi

Note: Some modules on Kali Linux repo could be outdated from time to time, as the modules are updated on GitHub first. Check the modules page to verify/install the latest version (module).
<------------------------- END UPDATE


INSTALL (GitHub version)

- Download the zip file (v2.4) from github.com/xtr4nge/FruityWifi/archive/master.zip
- Unzip the file and run ./install-FruityWifi.sh (This script will install all the dependencies and setups)
- Start/Restart nginx and php5-fpm

/etc/init.d/nginx restart
/etc/init.d/php5-fpm restart


Go to http://localhost:8000 (for http)
Go to https://localhost:8443 (for https)

user: admin
pass: admin

- (minimum required) From MENU/Modules install: ap, api, mana, karma
- Module/AP tab Config, and check NetHunter
- Then install all the modules that you want. If you want to install all modules automatically ./install-modules.py ;)


MINOR CHANGES

The installation script for mana and karma needs be changed (I will amend this on the next release)

Edit: /usr/share/fruitywifi/www/modules/mana/includes/install.sh
Edit: /usr/share/fruitywifi/www/modules/karma/includes/install.sh


#OLD
cmd=`lsb_release -c |grep "jessie"`

#NEW
cmd=`lsb_release -c |grep -iEe "jessie|kali|sana"`


Then...

Exec: /usr/share/fruitywifi/www/modules/mana/includes/install.sh
Exec: /usr/share/fruitywifi/www/modules/karma/includes/install.sh


CHECK

- The user fruitywifi needs to be part of the group inet
- AP module should be v1.3 or above

GitHub: https://github.com/xtr4nge/FruityWifi
Forum: http://fruitywifi.boards.net/

regards,

permission denied

chmod +x not working

Lokiay93
2017-02-06, 08:02
Awesome. Thanks a lot for this!

californiajunkie
2017-02-26, 16:43
did you find out why its doing that yet?