Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 543 Bytes

File metadata and controls

17 lines (13 loc) · 543 Bytes

python-security-scripts

Practical Python scripts exploring cybersecurity fundamentals such as brute-force simulations, hashing, integrity checks, and secure authentication logic.

Python Security Scripts

A collection of small Python scripts demonstrating cybersecurity fundamentals.

Scripts Included

  • Port Scanner
  • Password Strength Checker
  • SHA-256 Hash Generator
  • File Integrity Checker
  • URL Safety Checker

Disclaimer

These scripts are for educational purposes only. Use only on systems you own or have permission to test.