Skip to content
#

exceptional-handlling

Here are 2 public repositories matching this topic...

Language: Python
Filter by language

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 exceptional-handlling 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 exceptional-handlling topic, visit your repo's landing page and select "manage topics."

Learn more