C# Class GAS.Core.Attacks.HTTPFlooder

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

Public Methods

Method Description
HTTPFlooder ( string ip, string dns, int port = 80, string subSite = "/", bool resp = true, bool random = true, bool usegzip = true, int threadcount = 1, int attacktype ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AsyncAttack ( ) : void
GetHeaderBytes ( ) : byte[]
bw_DoWork ( object indexinthreads ) : void

Method Details

HTTPFlooder() public method

public HTTPFlooder ( string ip, string dns, int port = 80, string subSite = "/", bool resp = true, bool random = true, bool usegzip = true, int threadcount = 1, int attacktype ) : System
ip string
dns string
port int
subSite string
resp bool
random bool
usegzip bool
threadcount int
attacktype int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void