AI-powered phishing detection with cookie management capabilities
⚠️ Experimental Project - Not Production Ready! Security improvements needed before deployment.
- Real-time URL scanning with fine-tuned BERT model
- Cross-browser compatibility (Chrome / Firefox / Edge)
- Cookie inspection & modification tools
- Dockerized API backend
- Built using Plasmo framework (Manifest V3 support)
- Download the folder:
Safe-net/build/chrome-mv3-prod - In Chrome:
- Navigate to
chrome://extensions/ - Enable Developer Mode (top-right toggle)
- Click Load Unpacked and select the folder
- Navigate to
⚠️ Unstable - Use only for testing
docker pull azanmoha/flaskapi_chrome_extension:latest
docker run -p 5001:5000 azanmoha/flaskapi_chrome_extension
# Accessible at http://localhost:5001
for developers.
1- clone default branch
git clone https://github.com/Ghost-Oman/URL_Detection_Bert.git
2- cd safe-net
3- pnpm install
4- pnpm plasmo install
5- pnpm dev --verbose ///for development server
5- pnpm build /// building extension
all files are in flask-ap

