Earlier quoted context omitted.
The Firefox "untrusted connection" screen ( https://support.mozilla.org/en-US/kb/connection-untrusted-er... ) is much better designed. "Get me out of here!" is the only visible button and the obvious action. To override the SSL check, you have to click "I Understand the Risks" to expand the page, revealing both an "Add Exception..." button and a further warning (in bold). "Add Exception..." brings up a dialog which a…
I also prefer Firefox's handling of SSL issues. Allowing permanent whitelisting of sites reduces the number of times a user will see the warning, reducing the muscle memory around clicking proceed anyway.
Using the HTML5 Fullscreen API for Phishing Attacks
71–80 of 133 posts
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#72Wow Feross. Another sweet demo. I still feel like there is so much to learn about security, but what I am always amazed at is that the "social engineering" attacks seem to be the problems that we can never solve. Yes, there is a technical component (HTML5 full screen api), but at its core this is a phishing attack, a "fool the user" attack, and not an actual technical security flaw. Basically, if I wasn't paying atte…
"What can be done to save the casual, but maybe unfortunately inept internet user?"
That's a really good question and unfortunately I don't think anyone has a good answer.
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#73Earlier quoted context omitted.
Same here. I have an addiction to opening everything remotely interesting in a new tab, and my initial reaction was "I don't think this worked?" Otherwise, it's pretty frightening, because I can imagine that in spite of the browser warnings, there are many non-savvy users who probably wouldn't give it a second thought. As a KDE user, the blatant Gnome UI was kind of glaring but otherwise well done. ;)
Not even Gnome. It is Ubuntu interface. I guess they were assuming most Linux users are Ubuntu users.
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#74Unfortunately, the site is down: Iceweasel can't establish a connection to the server at www.feross.org.
Are you, by chance, using HTTPS Everywhere? I think they have an erroneous rule about my site which redirects you to https:// which I no longer provide.
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#75Earlier quoted context omitted.
The Firefox "untrusted connection" screen ( https://support.mozilla.org/en-US/kb/connection-untrusted-er... ) is much better designed. "Get me out of here!" is the only visible button and the obvious action. To override the SSL check, you have to click "I Understand the Risks" to expand the page, revealing both an "Add Exception..." button and a further warning (in bold). "Add Exception..." brings up a dialog which a…
I also prefer Firefox's handling of SSL issues. Allowing permanent whitelisting of sites reduces the number of times a user will see the warning, reducing the muscle memory around clicking proceed anyway.
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#76That's clever. It was pretty obvious to me, since I run Chrome in presentation mode (no UI elements visible) and Chrome popped up a dialog box telling me about the switch to full-screen mode. Still, I can see how a lot of people could be tricked by this. I can't think of a better solution than extant phishing site blacklists. Full-screen mode can be useful, but it and other HTML5 features can be used for phishing or…
NoScript already inherently blocks this, and even if you allow the domain that provides the script that tries to go full-screen, and allow the full-screen transition, the web page pretending to be a desktop doesn't cover the NoScript toolbar that's still prompting for permissions on the other domains. I suspect the anti-clickjacking measures would kick in if the phishing site tried to incorporate the real site as a b…
Re: Using the HTML5 Fullscreen API for Phishing Attacks
#77Re: Using the HTML5 Fullscreen API for Phishing Attacks
#78Re: Using the HTML5 Fullscreen API for Phishing Attacks
#79Re: Using the HTML5 Fullscreen API for Phishing Attacks
#80The user can hover their mouse over the link and their status bar will show https://www.bankofamerica.com, as expected. Google search results use a similar technique to show you the "right" link when you hover. (It's only when you click the link does it muck around with the DOM to insert the google.com/... redirect link.)