Domain Detective

API Reference

Class

PortScanProfileDefinition

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Provides port lists for predefined scan profiles.

Inheritance

  • Object
  • PortScanProfileDefinition

Methods

public static IReadOnlyList<Int32> GetPorts(PortScanProfile profile) #
Returns: IReadOnlyList<Int32>

Gets the ports for the given profile.

Parameters

profile DomainDetective.PortScanProfileDefinition.PortScanProfile requiredposition: 0
OverrideProfilePorts(DomainDetective.PortScanProfileDefinition.PortScanProfile arg1, System.Int32[] arg2) #

Overrides ports for a profile (tests only).

Parameters

arg1 DomainDetective.PortScanProfileDefinition.PortScanProfile required
arg2 System.Int32[] required

Properties

public static IReadOnlyList<Int32> DefaultPorts { get; } #

Default port list.

{{ include "footer" }}