Surprise Me!

Raspberry Pi Fake Access Point / Wifi Honey Pot Tutorial

2017-10-09 46 Dailymotion

How to create a fake Wifi access point that directs all domains to your apache server with the Raspberry Pi.\r<br>\r<br>Text-Guide: \r<br>\r<br>Original Tutorial: \r<br>\r<br>PowerAdd USB Battery: \r<br>\r<br>Raspberry Pi Cana Kit: \r<br>\r<br>:: hostapd.conf ::\r<br>\r<br>interface=wlan0\r<br>driver=nl80211\r<br>ssid=Tutorial Access Point\r<br>channel=1\r<br>\r<br>:: DNSMasq (Bottom Of File) ::\r<br>\r<br>address=/#/10.0.0.1\r<br>interface=wlan0\r<br>dhcp-range=10.0.0.10,10.0.0.250,12h\r<br>no-resolv\r<br>\r<br>:: /etc/network/interfaces ::\r<br>\r<br>auto lo\r<br>\r<br>iface lo inet loopback\r<br>iface eth0 inet dhcp\r<br>\r<br>iface wlan0 inet static\r<br>address 10.0.0.1\r<br>netmask 255.255.255.0\r<br>broadcast 255.0.0.0

Buy Now on CodeCanyon