moxie0 / sslstrip

A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
http://www.thoughtcrime.org/software/sslstrip/
GNU General Public License v3.0
1.91k stars 428 forks source link

Fix on location:ht issue in firefox and other related issues where browsers would not automatically refresh the page. #10

Closed crblanaru closed 2 years ago

crblanaru commented 11 years ago

Dear Moxie,

I have investigated the issues regarding having to refresh 3 times before you could get to a page and I managed to find a fix(Firefox would display Location: ht upon the first refresh). Even though the browser would receive the 302 Moved response it would not automatically go to that page. I just added a meta refresh to take care of that and everything now works like a charm.

I hope you and the community will find this useful.

Kind regards, Cristian

sol-vin commented 11 years ago

You are awesome! Thank you!