Tagged Questions

18
votes
3answers
271 views

Why do browsers allow onmousedown JS to change href?

I've noticed for a very long time that when you try to copy a link location or open a link on Facebook, it modifies the link and passes it through l.php. For example, I can be sent to ...
8
votes
4answers
365 views

How to defend against TabNabbing?

I got very concerned reading this genius post by Aza Raskin. What are the non-browsers solutions to defend against TabNabbing? Are there any?
7
votes
1answer
177 views

How does pushState protect against potential content forgeries?

As seen in GitHub's blog, they've implemented HTML5's JavaScript pushState feature for tree browsing (for modern browsers), bringing AJAX navigation without Hash Bangs. The code is simple: ...
5
votes
6answers
982 views

How do you combat website spoofing/phishing?

What is your suggested solution for the threat of website UI spoofing?
4
votes
6answers
576 views

What is the best way to stop phishing for online banking? [closed]

Phishing is a very serious problem that we face. However, banks are the biggest targets. What methods can a bank use to protect its self from phishing attacks? What methods should someone use to ...
4
votes
5answers
188 views

OAuth and phishing vulnerabilities, are they inexorably tied together?

I've been doing a fair bit of work with OAuth recently, and I have to say that I really like it. I like the concept, and I like how it provides a low barrier-of-entry for your users to connect up the ...
2
votes
2answers
68 views

Service to check a URL for malware or phishing?

Is there a service that lets me check a URL to see if it may possibly be a dangerous site? When a user exits our application by clicking on an untrusted link, we sent them through a "are you sure you ...
2
votes
2answers
187 views

possible to change To: field in email header?

I found a phishing email in my inbox that has my email address in the From: field, and an unknown email address in the To: field. It was made like I had sent the email to the unknown email address. ...
1
vote
8answers
434 views

Murphy's Law applied to Internet Security

I'm a fanatic of Murphy's Law and I have it in mind at programming time. There are a lot of "applied" versions in a variety of fields. Maybe (as stack overflow users) we can compile a list of them ...