anti_phishing.py

/
/
anti_phishing.py
/
/
anti_phishing.py

anti_phishing.py

✅ Detects phishing URLs
✅ Prevents malicious website visits
✅ Uses AI-based URL analysis

59,627.91

(4 customer reviews)

Description

AI-Powered Phishing Detection with tensorflow and scikit-learn
This script analyzes URLs to determine if they are phishing attempts. It uses a trained ML model to classify websites.
Customization: Train the model with additional phishing and safe URLs for better accuracy.
Usage: Run python anti_phishing.py “http://suspicious-site.com” to check a URL.
Expected Results: The script returns “Safe” or “Phishing” based on analysis.