Network Ports Reference

Identify TCP/UDP port protocols and services with command examples.

34|10|Updated Feb 27, 2025
One-click install
npx skills add https://github.com/zebbern/SecOps-CLI-Guides --skill network-ports-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Network Ports Reference
Source: https://github.com/zebbern/SecOps-CLI-Guides/tree/main/skills/network-ports-reference
Command: npx skills add https://github.com/zebbern/SecOps-CLI-Guides --skill network-ports-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to information about network ports and their associated protocols, crucial for understanding network services during security assessments.

Core Features & Use Cases

  • Port Identification: Quickly find the protocol and service associated with common TCP/UDP ports.
  • Service Enumeration Guidance: Offers command examples for enumerating services on discovered ports.
  • Attack Surface Mapping: Helps identify potential vulnerabilities by understanding running services.
  • Use Case: When investigating an unknown server, you can ask the assistant about port 80 to understand it's likely running HTTP and what further steps you might take.

Quick Start

Provide a reference for common network port numbers and their associated services.

Frequently Asked Questions about Network Ports Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What network ports and protocols are associated with common security assessments?

Network ports map specific numbers to TCP/UDP protocols and services like HTTP on port 80. This reference identifies running services to support attack surface mapping during security assessments.

How do I find command line examples for service enumeration?

To find command-line examples for service enumeration, query a specific port number or protocol. The reference provides command syntax for discovering and identifying services on target networks.

Does this reference cover both TCP and UDP ports for reconnaissance?

Yes, this reference covers both TCP and UDP ports. It details port functions and offers command-line examples to support reconnaissance, enumeration, and attack surface mapping.

What is the best way to identify an unknown service running on an open port?

The best way to identify an unknown service is to look up the open port number. This reference maps common ports to their associated protocols and offers enumeration commands for further investigation.

When do I need a network port reference for penetration testing?

You need a network port reference during penetration testing when investigating discovered open ports. It helps identify potential vulnerabilities by understanding the specific services running on the target.

Can I use this to map the attack surface of an unknown server?

Yes, you can use this to map the attack surface of an unknown server. By detailing port functions and associated protocols, it helps identify potential vulnerabilities and running services.