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
AuthHeaders
public IList<string> AuthHeaders { get; init; }
Property Value
MaxCandidates
public int MaxCandidates { get; init; }
Property Value
OutJson
public string? OutJson { get; init; }
Property Value
RespectRobots
public bool RespectRobots { get; init; }
Property Value
Scope
public IList<string> Scope { get; init; }
Property Value
TimeoutSeconds
public int TimeoutSeconds { get; init; }
Property Value
Url
public string Url { get; init; }