stealthpod Posted December 30, 2011 Share Posted December 30, 2011 for the past few days or so i've been trying to get sslstrip to work on my computer following the instructions provided by Hak5 and sslstrip its self. however i keep running into the same problem, once everything is set up and running i go to my target pc and attempt to browse the web and nothing happens. regardless of whether or not the site is a https site or not it just sits there loading and then finally gives up and gives me an error. i've double checked my setup multiple times and it seems correct but still no luck... if anyone has any ideas i would greatly appreciate them. thanks Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 30, 2011 Share Posted December 30, 2011 Describe your setup in detail? What OS are being used? Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted December 30, 2011 Share Posted December 30, 2011 (edited) Did you enable IPv4 forwarding in the IP tables? Could you also provide the error you are receiving? Edited December 30, 2011 by Infiltrator Quote Link to comment Share on other sites More sharing options...
stealthpod Posted January 2, 2012 Author Share Posted January 2, 2012 im running a Backtrack 5 r1 in a VMware virtual machine, yes i did set the the ipv4 to forward the list of code im imputing is as follows echo "1" > /proc/sys/net/ipv4/ip_forward iptables -t NAT -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 arpspoof -i eth0 {router IP} -t {target IP} run sslstrip im not getting any specific error message everything runs correctly and looks like its fine but when i try to browse the web on the target machine, web pages never load 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.