Basic automation scripts focused on cybersecurity tasks and learning purposes.
This script performs a simple TCP port scan against common services to identify open ports.
- Command-line arguments
- Scans common ports
- Saves results to a timestamped file
- Simple and readable code
python3 basic_port_check.py example.comSee examples/sample_output.txt
For educational and authorized testing only.