Skip to content

novasntnl/suspicious-url-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

suspicious-url-detector

πŸ›‘οΈ Suspicious URL Detector

A beginner-friendly Python script that flags potentially suspicious or phishing URLs using basic checks.

πŸ” What It Does

  • Detects phishing-related keywords (like "login", "verify", "paypal")
  • Flags IP-based URLs
  • Warns about very long URLs

πŸš€ How to Use

  1. Clone this repo:
  2. git clone https://github.com/novasntnl/suspicious-url-detector.git
  3. Go inside the folder: cd suspicious-url-detector
  4. Run the Python script: python url_checker.py

βœ… Example

Enter a URL: http://192.168.1.100/login ⚠️ Suspicious: URL uses an IP address instead of a domain. ⚠️ Suspicious keyword found: 'login'

🧠 Why This Project?

I’m building small tools to better understand threats and help others stay safe online.

πŸ“„ License

MIT

About

Beginner Python tool to detect potentially suspicious or phishing URLs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages