February 2018
Intermediate to advanced
426 pages
11h 3m
English
When clients attach to the fake AP we run, they will be expecting to be allocated an IP address.
root@kali:~# apt install isc-dhcp-server -y
cat << EOF > /etc/dhcp/dhcpd.conf option domain-name-servers 10.0.0.1;default-lease-time 60;max-lease-time 72;ddns-update-style none;authoritative;subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.100 10.0.0.254; option routers 10.0.0.1; option domain-name-servers 10.0.0.1;}EOF
root@kali:~# airmon-ng start wlan0
Read now
Unlock full access