Welcome to my Cybersecurity Projects collection!
This folder contains hands-on projects focused on security automation, password protection, and cyber threat prevention.
Each project demonstrates practical applications of cybersecurity concepts using programming and analysis techniques.
A Python tool that analyzes the strength of passwords based on character variety, length, and pattern detection.
It encourages better password practices to defend against brute-force and dictionary attacks.
A Python tool that analyzes URLs to detect potential phishing attempts.
It checks for suspicious keywords, uncommon domains, and unsafe patterns through regular expressions and domain analysis.
(Coming soon)
A planned project that will scan running system processes to identify potential keylogger activity and enhance user input security.
- Python scripting for security tools
- Pattern recognition and data validation
- Threat and vulnerability awareness
- Secure coding practices
- Basic automation for cyber defense
- Python (primary language)
- Regex for pattern matching
- Tkinter for optional GUI interfaces
- Git/GitHub for version control
Each subfolder contains:
- The project source code (
.pyfiles or scripts) - A dedicated
README.mdexplaining how to use it
To clone and explore locally:
https://github.com/janmaaarc/cybersecurity-projects
cd cybersecurity-projects