Skip to content

Add port numbers to each service entry and enable search by port (pse 445) #5

@strikoder

Description

@strikoder

Right now the cheatsheet lists services (SMB, LDAP, DNS, etc.) with their commands,
but the associated port numbers are not shown with service names, nor the commands. For quick reference and cross-checking
(open ports in nmap vs available commands), it would be very helpful to:

  1. Append the default port number next to each documented service.

    • Example: "SMB (445)" or "LDAP (389/636)"
    • This makes it clear which commands map to which port findings.
  2. Add a small search/filter function
    that allows users to query by port number and see the relevant commands.

    • Example: pse "445" → returns all SMB commands

This will improve usability in CTF and pentest workflows, where we often start
from open ports and need to quickly pivot to the right commands, or maybe later a person would implement a script to list all commands for open ports only if he wants as well.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions