Class NucleiNetworkInput

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

One inputs: entry on a network request.

public sealed class NucleiNetworkInput
Inheritance
NucleiNetworkInput
Inherited Members

Constructors

NucleiNetworkInput()

public NucleiNetworkInput()

Properties

Data

The payload. Carries Go-style escapes (\r\n, \x00) unless Type says hex.

public string Data { get; set; }

Property Value

string

Type

hex when Data is hex-encoded; empty for text.

public string Type { get; set; }

Property Value

string