Class SpiderOptions

Namespace
Kuestenlogik.Bowire.Security.Scanner
Assembly
Kuestenlogik.Bowire.Security.Scanner.dll

Options for bowire scan spider.

public sealed class SpiderOptions
Inheritance
SpiderOptions
Inherited Members

Constructors

SpiderOptions()

public SpiderOptions()

Properties

AllowSelfSignedCerts

public bool AllowSelfSignedCerts { get; init; }

Property Value

bool

AuthHeaders

public IList<string> AuthHeaders { get; init; }

Property Value

IList<string>

MaxCandidates

public int MaxCandidates { get; init; }

Property Value

int

OutJson

public string? OutJson { get; init; }

Property Value

string

RespectRobots

public bool RespectRobots { get; init; }

Property Value

bool

Scope

public IList<string> Scope { get; init; }

Property Value

IList<string>

TimeoutSeconds

public int TimeoutSeconds { get; init; }

Property Value

int

Url

public string Url { get; init; }

Property Value

string