Domain Detective

API Reference

Class

DomainScanOptions

Namespace DomainDetective.Scanning
Assembly DomainDetective
Modifiers sealed

Options for running a domain scan.

Inheritance

  • Object
  • DomainScanOptions

Constructors

public DomainScanOptions() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String Domain { get; set; } #

Domain to scan (ASCII or Unicode; will be normalized).

public ScanMode Mode { get; set; } #

Scan depth/mode.

public Boolean ActiveMailProbes { get; set; } #

Enable active mail transport probes (SMTP/IMAP/POP/TLS).

public Int32 MaxDegreeOfParallelism { get; set; } #

Max degree of parallelism for stage-internal work.

public Boolean SkipRevocation { get; set; } #

Skip certificate revocation checks for faster HTTPS analysis.

{{ include "footer" }}