Skip to content
#

connection

Here are 425 public repositories matching this topic...

This is a simple Python script designed to perform a TCP port scan on a specified target. It uses the socket module to establish connections with each port and reports whether each port is open or closed. The script also includes error handling for common exceptions such as host resolution failures and connection errors.

  • Updated Jun 13, 2024
  • Python

Improve this page

Add a description, image, and links to the connection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the connection topic, visit your repo's landing page and select "manage topics."

Learn more