soft access point on kali VM with Tplink WN7200ND wifi card HD

18.08.2017
Creating a soft access point on kali linux virtual machine with external USB wifi card. I am using Tplink WN7200ND here, however any other wifi card with monitor mode and softAP capability would do. Following were the steps followed: 1- compiling and configuring hostapd - installing dependencies apt-get install libnl-genl-3-dev libssl-dev libnl-3-dev - downloading the tarball from http://w1.fi/releases/ - compiling - start monitor interface on wlan0 (wlan0mon) - test with hostapd.conf 2- dnsmasq for dhcp-server - set ip address on wlan0mon interface - configure dnsmasq 3- enable packet forwarding 4- iptable commands 5- test functionality - switch to another VM with different wifi card attached In our case the other VM is windows 7 6- write script to automate the process

Похожие видео