7zones / chongluadao-extension

An extension aims to detect phishing websites and warns the user
63 stars 20 forks source link

chongluadao-extension

ChongLuaDao extension ChongLuaDao extension

An extension aims to detect phishing websites and warns the user. User can submit (report/rating) a website that to be considered as phishing site. The classification is done on the client side with one-time download of classifier model and auto updating.

Origin source code based on Phishing Site Detector Plugin.

What we are doing here

We modified the source code and implemented the additional features:

Frontend:

Backend:

... and much more

Testing

You can use the developer version with Chrome (or Chromium browser family), as just following this installation guide:

Setup for local dev:

Run npm i to install dependecies If not yet have build and or build-firefox directory, create them with mkdir build and or mkdir build-firefox