Results 1 to 8 of 8

Thread: How to install FruityWiFi v2.4

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Mar
    Posts
    3

    How to install FruityWiFi v2.4

    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

    Code:
    #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,
    Last edited by xtr4nge; 2016-06-13 at 13:32.

Similar Threads

  1. FruityWifi on Nethunter update?
    By cyb3runkn0wn in forum NetHunter General Questions
    Replies: 2
    Last Post: 2016-03-26, 15:20
  2. FruityWifi module not starting - sslstrip, ngrep, meterpreter
    By wn722 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-03-29, 19:01
  3. FruityWifi on nethunter
    By zerone.v01d in forum NetHunter General Questions
    Replies: 5
    Last Post: 2015-03-29, 18:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •