Skip to content

Chrome extension to stop yourself from falling victim to phishing attacks

License

Notifications You must be signed in to change notification settings

JamieFarrelly/No-Opener-No-Phishers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Opener, No Phishers

Chrome extension to reduce the risk of falling victim to phishing attacks. Read my blog post about this for more info: Browsers are broken, but nobody cares. All it took was 1 line of code to fix it..

Overview

Any website that uses target="_blank" on their links, allows user generated content and doesn't use the rel="noopener" attribute on their links (I'm looking at you Facebook, Twitter etc.) is vulnerable to a scarily simple phishing attack.

I've made an example of how this type of phising attack could take place so people can realise how dangerous it can be, which is also on Github.

This Chrome extension is as simple as it gets, all it does is add "noopener noreferrer" to the rel attribute on all links on the pages that you're visiting. It's literally one line of code.

$('[target="_blank"]').attr("rel", "noopener noreferrer");

Installation

Download from the Chrome Store

About

Chrome extension to stop yourself from falling victim to phishing attacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •