Are you facing errors like dhcpd, hostapd, Lighttpd, php-cgi? Its very easy to fix these errors, just follow these simple steps and you did it.
Download fluxion, write in terminal:
Step 2:
Open another terminal. And update, write in terminal:
Fixing Fluxion Errors
Step 1:Download fluxion, write in terminal:
# git clone --recursive https://github.com/wi-fi-analyzer/fluxion.gitNow you need to go to fluxion directory, write in terminal:
# cd fluxionNow you need to install fluxion, write in terminal:
# ./fluxionYou will get errors here, now we need to fix it.
Step 2:
Open another terminal. And update, write in terminal:
# apt-get updateNow install dhcpd, write in terminal:
# apt-get install isc-dhcp-serverNow you have to install hostapd, write in terminal:
# apt-get install hostapdNow you have to install lighttpd, write in terminal:
# apt-get install lighttpd
Now you have to install php-cgi, write in terminal:
# apt-get install php-cgi
All errors are fixed now, you will see OK !