Post
Topic
Board Service Announcements
Merits 12 from 1 user
Re: OrangeFren.com - instant, KYC-free, exchange comparison
by
OrangeFren
on 13/02/2025, 22:12:57 UTC
⭐ Merited by LoyceV (12)
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/hosts

If you'd like to automatically append it to your hosts file use this:
Code:
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.