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

install script does not add fruity to init.d [2.4] #197

Closed szymarcus closed 8 years ago

szymarcus commented 8 years ago

When installing the newest version by install script fruity is not added to the init.d processes. You have to start nginx and php manually to access fruitywifi

xtr4nge commented 8 years ago

Hi Mesaman, What OS/Hardware are you using? The installation script execs the following lines:

update-rc.d nginx defaults
update-rc.d php5-fpm defaults

/etc/init.d/nginx restart
/etc/init.d/php5-fpm restart
szymarcus commented 8 years ago

Hi,

im on raspbian 8 and a colleague did it on kali. Both of us had to start nginx and php manually after rebooting the system. We were trying to start fruity with /etc/init.d/fruitywifi start but there is no such process when installing the 2.4 version. Maybe the wiki should be updated for version 2.4?

xtr4nge commented 8 years ago

You only get /etc/init.d/fruitywifi when is installed using apt-get (Kali Linux only). It is a init script created by the Kali Linux team for FruityWiFi on Kali (but you also need to start php5-fpm).

The installation using GitHub version, needs to start nginx and php5-fpm. I'm asking about your OS/hardware as it looks like update-rc.d is not having any effect on latest raspbian (RPi), but works fine on Debian base.