-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working nowadays #2
Comments
what was the set-up you had (what browser did you use?) also , it looks like you tried to open an https page and the proxy is currently only proxying http requests |
Yeah but the ssl strip is meant to "strip" the pages with HTTPS right? that's supposed to be his main goal. |
yes and that is done with this line https://github.com/o2platform/node-ssl-strip/blob/master/poc/google.coffee#L21 on http traffic Note that there is a white list of domains to apply modifications to if you run the poc (i.e. |
alright, but what about HSTS? |
well HSTS will prevent this from happening. When you have HSTS you can't really man-in-the-middle like this (which is the point of HSTS :) ) |
That's why it's not working with google.com either. |
The text was updated successfully, but these errors were encountered: