Skip to content

A browser extension to allow users to easily identify some phishing attempts

License

Notifications You must be signed in to change notification settings

NDevTK/OriginMarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origin Marker 🎆

Firefox: https://addons.mozilla.org/firefox/addon/originmarker/
A browser extension to allow users to easily identify phishing domains all done client side.
With a marker in the bookmarks bar that changes based off the active origin/domain the user is viewing.
It can be renamed per origin manually or automatic using the hash of the origin encoded in emoji.
Example of automatic mode using chrome Example of automatic mode using firefox

How to setup

  1. Get the extension
  2. Add a folder to the bookmarks bar with the ID of the mode like * as the name.
  3. It will then automatically get renamed.

Recommendation

Do not enable bookmark sync between devices.

How to use

Rename the folder/marker on the origin or just use Automatic mode.
When you rename a marker it will not change the mode.

Universal Automatic mode (ID: *)

If no Marker name is set emojis will be used to identify the origin.
This works by using a sha256 hash of the origin encoded into emoji.

Personal Automatic mode (ID: **)

Like Universal mode but with a personal salt. It will be different emojis per origin then other users.

Manual only (ID: ***)

Markers will not get a automatic value.

Origin

The Origin is based of the protocol, hostname and port number of a URL

Thanks to https://github.com/jnvm/zany https://github.com/HarasimowiczKamil/any-base for the base2base function.