C# Class Seringa.Engine.Implementations.InjectionStrategies.ErrorBased

Inheritance: IInjectionStrategy
Show file Open project: paratechnical/Seringa

Public Methods

Method Description
ErrorBased ( ) : System
GetSingleCustomQueryResultRow ( int startingFrom ) : string
GetTotalNoOfCustomQueryResultRows ( ) : int
TestIfVulnerable ( ) : bool

Method Details

ErrorBased() public method

public ErrorBased ( ) : System
return System

GetSingleCustomQueryResultRow() public method

public GetSingleCustomQueryResultRow ( int startingFrom ) : string
startingFrom int
return string

GetTotalNoOfCustomQueryResultRows() public method

public GetTotalNoOfCustomQueryResultRows ( ) : int
return int

TestIfVulnerable() public method

public TestIfVulnerable ( ) : bool
return bool