bhargavnova / python-helper-modules

MIT License
7 stars 24 forks source link

Detect Open Ports and Running Services #60

Closed bhargavnova closed 8 months ago

bhargavnova commented 8 months ago

Objective:

Develop a Python script that can detect all open ports on the local system and list the corresponding running services.

Features:

Example Usage:

# Example usage of the port detection script
import port_scanner

# Detect open ports and running services
port_scanner.detect_open_ports()

Difficulty: Beginner/Intermediate

Tags: Python, Networking, Scripting

Additional Information:

Contribution Guidelines

The updated guidelines can be found here.

Note: