Port Scanner Tool
2026-06 – Present
A Python CLI tool that scans a target host for open TCP ports using raw sockets. It demonstrates multithreading for speed, banner grabbing to identify running services, and formatted terminal output. Core Concepts to be Understood: TCP handshake, socket programming, concurrency, and basic recon - all skills directly applicable to real-world penetration testing, network protection, and network surveillance
Tech Stack
Python