C# Class GAS.Core.Attacks.AwesomeHttpFlooder

Inheritance: IAttacker
Afficher le fichier Open project: old-kasthack-s-projects/GAS Class Usage Examples

Méthodes publiques

Méthode Description
AwesomeHttpFlooder ( IPEndPoint target, HttpAttackParams attackParams, int threadCount = 1 ) : System.Net
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
CreateHeaderExpression ( HttpAttackParams p ) : MultiExpression
GenerateHeaderBytes ( byte buffer, int threadIndex ) : int

Method Details

AwesomeHttpFlooder() public méthode

public AwesomeHttpFlooder ( IPEndPoint target, HttpAttackParams attackParams, int threadCount = 1 ) : System.Net
target System.Net.IPEndPoint
attackParams GAS.Core.AttackInformation.HttpAttackParams
threadCount int
Résultat System.Net

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void