MotmaenBash is a browser extension and Android app that helps users protect themselves from phishing attacks. This repository contains the landing page for the project, along with download links for the browser extensions (Chrome, Firefox, and Yandex) and mobile apps.
This repository contains the website source code for MotmaenBash project. For the main project repository including browser extensions and mobile app source code, please visit MotmaenBash on GitHub.
- Phishing Protection: Verifies the authenticity of Iranian payment gateways.
- Browser Extensions: Available for Chrome, Firefox, and Yandex.
- Mobile App: Protects users against phishing and online fraud.
- Real-time Alerts: Provides URL verification and alerts in real-time.
- Privacy-Focused: No personal data collection.
- Regular Updates: Maintains a regularly updated phishing database.
- Free & Open Source: Completely free to use and open-source.
You can install MotmaenBash on your browser through the following links:
- Chrome Extension (Desktop)
- Firefox Extension (Desktop / Mobile)
- Yandex Extension (Desktop / Mobile)
Download our Android app from MotmaenBash website to protect yourself against phishing attacks while browsing on your mobile device.
To use MotmaenBash, simply install the appropriate extension for your browser or download the app for mobile. After installation, the extension/app will automatically detect and verify Iranian payment gateways to prevent phishing attacks.
If you find MotmaenBash useful, You can support it by donate:
حمایت شما باعث تداوم این پروژه و بروزرسانی مداوم آن خواهد شد 💝
- Developed by Milad Nouri for the people of Iran.
Contributions are welcome! Feel free to submit issues or pull requests.
This website is built using Pug (formerly Jade) template engine. Follow these steps to set up the development environment:
- Install Pug globally:
npm install pug-cli -g
- Run the Pug compiler in watch mode:
pug -w "pug/pages" -o ./ -P --basedir ./
- Run prettier to format the HTML files:
npx prettier --write index.html
This project is licensed under the MIT License.