zero_field Posted April 19, 2014 Share Posted April 19, 2014 Hello all, I am having an issue with redirecting traffic for sslstrip using iptables, I have tried to use these commands: iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j REDIRECT --to-port 60000 iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 60000 Which should redirect http traffic from port 80 to 60000, where I would have my sslstrip listening, however, nothing happens. After applying the above rule I test using tcpdump -i wlan0 'port 60000' and no traffic is seen, while port 80 has traffic.I have tried flushing all tables (iptables -F, iptables -t nat -F) and running the above rules, to no avail.If anyone has any ideas any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
DrDinosaur Posted April 19, 2014 Share Posted April 19, 2014 Have you tried using "br-lan"? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted April 19, 2014 Share Posted April 19, 2014 Have you tried using "br-lan"? Instead of wlan0, you'll need to have br-lan. Best regards, Sebkinne Quote Link to comment Share on other sites More sharing options...
zero_field Posted April 19, 2014 Author Share Posted April 19, 2014 (edited) same thing I have tried br-lan, only port 80 will show traffic, it is like iptables is not redirecting it* tried downgrading to 1.2.0, same result Edited April 20, 2014 by zero_field Quote Link to comment Share on other sites More sharing options...
BollywoodFan101 Posted May 15, 2014 Share Posted May 15, 2014 I'm also having problems unable to get sslstrip running. It shows as running when in actual the browsing is still https. Can anyone PLEASE help me out here ? Quote Link to comment Share on other sites More sharing options...
joharbi Posted May 16, 2014 Share Posted May 16, 2014 (edited) I'm also having problems unable to get sslstrip running. It shows as running when in actual the browsing is still https. Can anyone PLEASE help me out here ? If your browser has cached the sites you're trying to sslstrip, it won't work... The is because the cached links on the website will redirect you to the https site. Edited May 16, 2014 by joharbi 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.