Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 547 Bytes

File metadata and controls

24 lines (15 loc) · 547 Bytes

🛡️ Python Security Tools

A collection of simple Python-based cybersecurity tools for scanning, analysis, and file integrity checks.

Tools Included

  1. port_scanner.py
    Scans common TCP ports on a target host.

  2. hash_checker.py
    Calculates hash of a file to verify its integrity.

  3. password_strength_check.py
    Checks strength of a password based on entropy factors.

Skills Demonstrated

  • Python scripting
  • Socket programming
  • Hashing algorithms
  • Regex analysis
  • Command-line interface (CLI) tools