Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 415 Bytes

port.md

File metadata and controls

28 lines (21 loc) · 415 Bytes

Resource Type: Port

Properties:

  • open boolean - true if the port is open, false if not
  • ssl boolean - true if ssl is enabled on the port, false if not

Naming:

  • \d+ The port number
  • \d+-\d+ The port range

Examples

:Port['23']:
        :open: false
:Port['43']:
        :open: true
        :ssl: true
:Port['1000-2000']:
        :open: false