CS50P Final Project
This project demonstrates my final implementation for the Harvard CS50P course. The program implements port scanning functionality using Python’s socket library. Key features include:
- Scanning a remote host for open TCP ports
- TCP Ports can be filtered to a specific range or a list of specific ports
- Output of open ports to the console, with an option to save results to a file
As part of the project submission, I also created a video demonstrating the functionality of the program, which can be viewed here.
Technologies Used
- Python 3.x
Screenshot
