A collection of simple Python-based cybersecurity tools for scanning, analysis, and file integrity checks.
-
port_scanner.py
Scans common TCP ports on a target host. -
hash_checker.py
Calculates hash of a file to verify its integrity. -
password_strength_check.py
Checks strength of a password based on entropy factors.
- Python scripting
- Socket programming
- Hashing algorithms
- Regex analysis
- Command-line interface (CLI) tools