This script is intended to protect users from online phishing attacks
Right now it can recognize following phishing pages(others will be added soon ❤️):
- IPG gateways
- GMAIL
- Outlook
- PUBG
- VK
Warning: before downloading script please make sure you have a fresh version of Node.js installed
install dependencies:
npm install
or
yarn install
rename .env.example
filename to .env
and change settings based on you're desired values
create a production build with:
npm run build
or
yarn build
Upload dist/bundle.[contenthash].js
file to your website(you can see a preview of the warning modal in index.html)
then submit the following snippet in Client Site Advert Control
section of your Admin panel
<script src="//[YOURDOMAIN]/[UPLOADED_DIR]/bundle.[contenthash].js"></script>
Developed by Milad Ahmadi