A beginner-friendly Python script that flags potentially suspicious or phishing URLs using basic checks.
- Detects phishing-related keywords (like "login", "verify", "paypal")
- Flags IP-based URLs
- Warns about very long URLs
- Clone this repo:
- git clone https://github.com/novasntnl/suspicious-url-detector.git
- Go inside the folder: cd suspicious-url-detector
- Run the Python script: python url_checker.py
Enter a URL: http://192.168.1.100/login
Iβm building small tools to better understand threats and help others stay safe online.
MIT