This Familiar Html Attribute Has Given Birth To A New Way Of Phishing Techworm
The case becomes worse if your website is vulnerable to XSS. Why? Because when you open a new tab by reference from an existing tab, your browser allows this new tab to communicate with the referrer tab by using window.opener API. How Does It Work: imagine you have coded a webpage which has hyperlinks and you have used the target attribute with value _blank in this way: href=“http//:www.yourwebsite.com/a_link” target="_blank" And the link which is being referred here allows the users to put links on this page in some way....