It's an extension for Chromium-based browsers that exists to safe-guard users from accessing phishing scams
Why not create a hosts-file (like
StevenBlack)? I don't like plugins, so I add more and more domains I don't want to visit to
/etc/hosts and point them to
localhost.
It doesn't work on Tor browser though.
Good idea! I made an endpoint for this:
orangefren.com/api/get_phishing_data/hostsIf you'd like to automatically append it to your hosts file use this:
curl -fsSL https://orangefren.com/api/get_phishing_data/hosts | sudo tee -a /etc/hosts > /dev/null
Just don't forget to remove the old ones when you're updating it.