C# 클래스 GAS.Core.Attacks.HTTPFlooder

상속: IAttacker
파일 보기 프로젝트 열기: old-kasthack-s-projects/GAS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AsyncAttack ( ) : void
GetHeaderBytes ( ) : byte[]
bw_DoWork ( object indexinthreads ) : void

메소드 상세

HTTPFlooder() 공개 메소드

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
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void