C# Class GAS.Core.Attacks.TMOF

this attack exploits pam open file limit and causes "Too Many Open Files" error _i'_m not sure it wotks well
Inheritance: IAttacker
显示文件 Open project: old-kasthack-s-projects/GAS

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TMOF ( string target, int port, int threadcount, int maxSocketsOnAttacker ) : System

Private Methods

Method Description
bw_DoWork ( object indexinthreads ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TMOF() public method

public TMOF ( string target, int port, int threadcount, int maxSocketsOnAttacker ) : System
target string
port int
threadcount int
maxSocketsOnAttacker int
return System