freyxfi / AllInHacktoberfest

AllInHacktoberfest Was Created in 2022 and Now going on It has several catagories Which Include Linux/Cybersecurity/webDev/Game Development
https://frey0xd.tech/hacktoberfest/
15 stars 41 forks source link

Add a simple port scanning tool #42

Closed Ayushlion8 closed 1 year ago

Ayushlion8 commented 1 year ago

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

Ayushlion8 commented 1 year ago

Hey @Frey0xD , if you find this PR capable enough to be merged then please do it with "hacktoberfest-23" label:)