C# Class GAS.Core.Attacks.AwesomeHttpFlooder

Inheritance: IAttacker
显示文件 Open project: old-kasthack-s-projects/GAS Class Usage Examples

Public Methods

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

Private Methods

Method Description
CreateHeaderExpression ( HttpAttackParams p ) : MultiExpression
GenerateHeaderBytes ( byte buffer, int threadIndex ) : int

Method Details

AwesomeHttpFlooder() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void