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 Oct 28, 2017 · 1 revision

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. See "default-settings.ini" file for descriptions of default ignore ports.


Input Values

  • IgnoreThesePorts - "LIST" - Port numbers to ignore|Integer

Example

IgnoreThesePorts = @('1311', '1556', '2381', '3389', '4750', '5985', '5986', '47001')

Input Descriptions

  • None

Result And Messages

  • PASS
    No extra ports are open

  • WARNING

  • FAIL
    One or more extra ports are open

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally