-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
-
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.
-
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 requestNew feature or request