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

Inheritance: IInjectionStrategy
Afficher le fichier Open project: paratechnical/Seringa

Méthodes publiques

Méthode Description
ErrorBased ( ) : System
GetSingleCustomQueryResultRow ( int startingFrom ) : string
GetTotalNoOfCustomQueryResultRows ( ) : int
TestIfVulnerable ( ) : bool

Method Details

ErrorBased() public méthode

public ErrorBased ( ) : System
Résultat System

GetSingleCustomQueryResultRow() public méthode

public GetSingleCustomQueryResultRow ( int startingFrom ) : string
startingFrom int
Résultat string

GetTotalNoOfCustomQueryResultRows() public méthode

public GetTotalNoOfCustomQueryResultRows ( ) : int
Résultat int

TestIfVulnerable() public méthode

public TestIfVulnerable ( ) : bool
Résultat bool