Raspberry Pi Hostapd Honeypot Server - Raspberry Pi Forums


hi,

i'd create hostapd network kind of login page see in hotels. have working hostapd network don't know how create login system. suggestions?

thanks!

ps i've been looking @ guide

code: select all

http://andrewmichaelsmith.com/2013/08/raspberry-pi-wi-fi-honeypot/
, can't work. doesn't provide system working login, if did work.

ooh have idea, i'd love input of iptables. if login page served http server on port 8181 (or that), , configured iptables following:

if incoming connection on port 80, , it's 1 of ip addresses logged in, accept connection. (accept or forward??? i'd need allow these connections go outside...)
if incoming connection on port 80, , ip address not in list of ones logged in, dnat them --to pi's port 8181 (to login page.)
if incoming connection on port 8181, accept unconditionally. (the login page).

login page made cgi scripts (python), , when login, run command add ip list of logged in ip's allowed connect through port 80 on outside.

help!


raspberrypi



Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62