Class NucleiSslRequest

Namespace
Kuestenlogik.Bowire.Security.Templates.Nuclei
Assembly
Kuestenlogik.Bowire.Security.Templates.Nuclei.dll

One entry in the ssl: array (#491, #35 Phase 2g). Completes a TLS handshake and matches over the presented certificate.

public sealed class NucleiSslRequest
Inheritance
NucleiSslRequest
Inherited Members

Constructors

NucleiSslRequest()

public NucleiSslRequest()

Properties

Address

Address to connect to, e.g. {{Host}}:{{Port}}.

public string Address { get; set; }

Property Value

string

Matchers

Matchers over the rendered certificate.

public List<NucleiMatcher> Matchers { get; init; }

Property Value

List<NucleiMatcher>

MatchersCondition

How matchers compose: and / or (default).

public string MatchersCondition { get; set; }

Property Value

string