C# 클래스 GAS.Core.Manager

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

공개 프로퍼티들

프로퍼티 타입 설명
AppendRandomChars bool
AppendRandomCharsUrl bool
Data string
Delay int
Method AttackMethod
Port int
Spt int
Subsite string
Target System.Net.IPAddress
Threads int
Timeout int
UseGZIP bool
UseGet bool
WaitForResponse bool
Worker IAttacker

공개 메소드들

메소드 설명
LockOn ( string host ) : bool
Start ( ) : void
Stop ( ) : void

메소드 상세

LockOn() 공개 메소드

public LockOn ( string host ) : bool
host string
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

AppendRandomChars 공개적으로 프로퍼티

public bool AppendRandomChars
리턴 bool

AppendRandomCharsUrl 공개적으로 프로퍼티

public bool AppendRandomCharsUrl
리턴 bool

Data 공개적으로 프로퍼티

public string Data
리턴 string

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

Method 공개적으로 프로퍼티

public AttackMethod Method
리턴 AttackMethod

Port 공개적으로 프로퍼티

public int Port
리턴 int

Spt 공개적으로 프로퍼티

public int Spt
리턴 int

Subsite 공개적으로 프로퍼티

public string Subsite
리턴 string

Target 공개적으로 프로퍼티

public IPAddress,System.Net Target
리턴 System.Net.IPAddress

Threads 공개적으로 프로퍼티

public int Threads
리턴 int

Timeout 공개적으로 프로퍼티

public int Timeout
리턴 int

UseGZIP 공개적으로 프로퍼티

public bool UseGZIP
리턴 bool

UseGet 공개적으로 프로퍼티

public bool UseGet
리턴 bool

WaitForResponse 공개적으로 프로퍼티

public bool WaitForResponse
리턴 bool

Worker 공개적으로 프로퍼티

public IAttacker,GAS.Core Worker
리턴 IAttacker