This commit adds a basic Python port scanning tool that allows users to scan a target host for open ports in the common range (1-1024). The tool utilizes Python's socket library to establish connections to the specified ports on the target host. If an open port is detected, it is added to the list of open ports and displayed to the user.
The tool is intended for educational purposes and should be used responsibly and ethically. A README.md file has been included to provide usage instructions, dependencies, and important considerations for users
This commit adds a basic Python port scanning tool that allows users to scan a target host for open ports in the common range (1-1024). The tool utilizes Python's socket library to establish connections to the specified ports on the target host. If an open port is detected, it is added to the list of open ports and displayed to the user.
The tool is intended for educational purposes and should be used responsibly and ethically. A README.md file has been included to provide usage instructions, dependencies, and important considerations for users