Skip to content

A collection of beginner cybersecurity projects that showcase practical knowledge in password security, threat detection, and system protection using Python and other tools.

License

Notifications You must be signed in to change notification settings

janmaaarc/cybersecurity-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity Projects

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.


Project List

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.


Skills Demonstrated

  • Python scripting for security tools
  • Pattern recognition and data validation
  • Threat and vulnerability awareness
  • Secure coding practices
  • Basic automation for cyber defense

Tools & Technologies

  • Python (primary language)
  • Regex for pattern matching
  • Tkinter for optional GUI interfaces
  • Git/GitHub for version control

How to Explore

Each subfolder contains:

  • The project source code (.py files or scripts)
  • A dedicated README.md explaining how to use it

To clone and explore locally:

https://github.com/janmaaarc/cybersecurity-projects
cd cybersecurity-projects

About

A collection of beginner cybersecurity projects that showcase practical knowledge in password security, threat detection, and system protection using Python and other tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages