Raldnor Posted November 24, 2013 Share Posted November 24, 2013 Heya, First of all: I'm really impressed with the Mark V, the two radio's make things a lot easier! I try to make use of the DIP switches and use the following commands in a bash script to be executed at boot: /sd/scripts/changemac -m 00:AB:CD:00:AB:CD iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports10000 sslstrip -k -f -w /sd/stripped_output_`date +%s`.log & /etc/init.d/nodogsplash start Without sslstrip and the firewall rule I get the portal working, but when I enable it no pages are returned to the client. I suspect it has something to do with the iptables rules since both Nodogsplash and sslstrip manipulate packets via iptables. I tried starting sslstrip before nodogsplash as well as after it. Could someone explain how to get both working from the command line? Thanks!!! Quote Link to comment Share on other sites More sharing options...
kevinkujawa Posted December 17, 2013 Share Posted December 17, 2013 Yeah, I seem to be able to only do one at a time as well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.