demonjester Posted February 5, 2013 Share Posted February 5, 2013 I just flashed pineapple on my alfa ap121u, and I am having some fun with it (especially the wifi jammer) I installed sslstrip, and noticed in the wiki that it needs to be configure the iptables. When I was configuring them I was in ssh at the time. When I ran these two commands (not at the same time of course) I kept getting error "80 bad argument" and "443 bad argument" iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT –to-ports 10000 iptables -t nat -A PREROUTING -p tcp –destination-port 443 -j REDIRECT –to-ports 10000 Do I need to be offline when I run these commands or it doesn't matter? Did the commands change? Questions: When you're at a public wifi spot (starbucks for example) do you connect your pineapple to the hotspot then have the traffic rerouted through your pineapple? If not what setups have you guys used and which ones were you happy with? Quote Link to comment Share on other sites More sharing options...
NullNull Posted February 5, 2013 Share Posted February 5, 2013 (edited) Try to run sslstrip through WhistelMaster's infusion.... "Iptables rules are automatically installed" http://forums.hak5.org/index.php?showtopic=26431 Edited February 5, 2013 by KiatoG Quote Link to comment Share on other sites More sharing options...
demonjester Posted February 5, 2013 Author Share Posted February 5, 2013 Try to run sslstrip through WhistelMaster's infusion.... "Iptables rules are automatically installed" http://forums.hak5.org/index.php?showtopic=26431 Oh snap I should've read I'm using whistlemasters. Thanks. Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted February 5, 2013 Share Posted February 5, 2013 "Do I need to be offline when I run these commands or it doesn't matter? Did the commands change?" AFAIK the commands should work offline as they are applied as iptable rules, which will change the routing once the traffic starts to flow. 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.