PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Raspberry Pi Fake Access Point / Wifi Honey Pot Tutorial

Go down

Raspberry Pi Fake Access Point / Wifi Honey Pot Tutorial Empty Raspberry Pi Fake Access Point / Wifi Honey Pot Tutorial

Post by jamied_uk 6th November 2015, 16:21

Raspberry Pi Fake Access Point / Wifi Honey Pot Tutorial



https://youtu.be/T3s9KYCU3tE


Text-Guide: https://www.youtube.com/redirect?q=http%3A%2F%2Fblog.claytonn.com%2Fraspberry-pi-creating-access-point%2F&redir_token=H_jkZ2CVz9dTM8PdhPEmBx_iP9t8MTQ0NjkxMjk2NUAxNDQ2ODI2NTY1

Original Tutorial: https://www.youtube.com/redirect?q=http%3A%2F%2Fandrewmichaelsmith.com%2F2013%2F08%2Fraspberry-pi-wi-fi-honeypot%2F&redir_token=H_jkZ2CVz9dTM8PdhPEmBx_iP9t8MTQ0NjkxMjk2NUAxNDQ2ODI2NTY1

PowerAdd USB Battery: http://amzn.to/1rIxsvR

Raspberry Pi Cana Kit: http://amzn.to/1Bq88KQ

:: hostapd.conf ::

interface=wlan0
driver=nl80211
ssid=Tutorial Access Point
channel=1

:: DNSMasq (Bottom Of File) ::

address=/#/10.0.0.1
interface=wlan0
dhcp-range=10.0.0.10,10.0.0.250,12h
no-resolv

:: /etc/network/interfaces ::

auto lo

iface lo inet loopback
iface eth0 inet dhcp

iface wlan0 inet static
address 10.0.0.1
netmask 255.255.255.0
broadcast 255.0.0.0
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum