javascript link spoofing exploit found!
- From: "mickey" <mickeyreiss@xxxxxxxxx>
- Date: 15 Dec 2005 08:57:02 -0800
try this page:
<a href="http://google.com"
onclick="this.href='http://yahoo.com'">Spoof link should go to
google</a>
both in IE and Firefox, users see google in the status bar and assume
that it will go to mozilla, but then at the last second, once users
click the link, the browser actually goes to yahoo. of course you can
obfuscate this by making the onclick a function, defined in some
external file. this is dangerous!
.
- Follow-Ups:
- Re: javascript link spoofing exploit found!
- From: Thomas 'PointedEars' Lahn
- Re: javascript link spoofing exploit found!
- Prev by Date: Re: Repaint method
- Next by Date: Reader - looking for which technology
- Previous by thread: Repaint method
- Next by thread: Re: javascript link spoofing exploit found!
- Index(es):
Relevant Pages
|