Hacker News new | ask | show | jobs
by huntaub 4255 days ago
Can you clarify the first point more? I would assume that if the user is able to connect to "facebook.com", then the connection would immediately go to HTTPS and the router could not "forcefully redirect" or do anything to the connection.

Alternatively, I could imagine a situation where the router hijacks the _DNS_ request for Facebook to a malicious site. Is that what you were referring to?

1 comments

Don't know if this works still today... but I've definitely used it before: http://www.thoughtcrime.org/software/sslstrip/
I think that attack is exactly what HSTS (https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) is meant to solve.