Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 2 revisions

c-sec-16-open-ports (Enabled)

Returns a list of ports that are open, excluding anything lower than 1024 and within the dynamic port range. Will also exclude other well known ports. !nIMPORTANT: THIS WORKS FOR LOCAL SERVERS ONLY


Input Values

  • IgnoreThesePorts - List of port numbers to ignore|Integer

Example

IgnoreThesePorts = ('5985', '5986', '8192')

Input Descriptions

  • None

Result And Messages

  • PASS
    No extra ports are open

  • WARNING

  • FAIL
    One or more extra ports are open

  • MANUAL

  • NA
    This check is for local servers only


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally