Showing posts with label Wifi. Show all posts
Showing posts with label Wifi. Show all posts

[Solved] How to fix Fluxion errors - Php-cgi - dhcpd - hostapd

[Solved] How to fix Fluxion errors - Php-cgi - dhcpd - hostapd
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.

Fixing Fluxion Errors

Step 1:
Download fluxion, write in terminal:
# git clone --recursive https://github.com/wi-fi-analyzer/fluxion.git
Download fluxion write in terminal
Now you need to go to fluxion directory, write in terminal:
# cd fluxion
Go to fluxion directory
Now you need to install fluxion, write in terminal:
# ./fluxion
Install fluxion
You will get errors here, now we need to fix it.
fluxion errors
Step 2:
Open another terminal. And update, write in terminal:
# apt-get update
Update Apt
Now install dhcpd, write in terminal:
# apt-get install isc-dhcp-server
install dhcpd
Now you have to install hostapd, write in terminal:
# apt-get install hostapd
install hostapd
Now you have to install lighttpd, write in terminal:
# apt-get install lighttpd
install lighttpd
Now you have to install php-cgi, write in terminal:
# apt-get install php-cgi
install php-cgi
All errors are fixed now, you will see OK !
Errors Fixed

Errors Fixed
Errors Fixed

Video Tutorial