C# Class GAS.Core.Manager

Mostrar archivo Open project: old-kasthack-s-projects/GAS

Public Properties

Property Type Description
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

Public Methods

Method Description
LockOn ( string host ) : bool
Start ( ) : void
Stop ( ) : void

Method Details

LockOn() public method

public LockOn ( string host ) : bool
host string
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

AppendRandomChars public_oe property

public bool AppendRandomChars
return bool

AppendRandomCharsUrl public_oe property

public bool AppendRandomCharsUrl
return bool

Data public_oe property

public string Data
return string

Delay public_oe property

public int Delay
return int

Method public_oe property

public AttackMethod Method
return AttackMethod

Port public_oe property

public int Port
return int

Spt public_oe property

public int Spt
return int

Subsite public_oe property

public string Subsite
return string

Target public_oe property

public IPAddress,System.Net Target
return System.Net.IPAddress

Threads public_oe property

public int Threads
return int

Timeout public_oe property

public int Timeout
return int

UseGZIP public_oe property

public bool UseGZIP
return bool

UseGet public_oe property

public bool UseGet
return bool

WaitForResponse public_oe property

public bool WaitForResponse
return bool

Worker public_oe property

public IAttacker,GAS.Core Worker
return IAttacker