C# Class usertools.WebServerFinder.WebServerFinder

ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
Start ( List targetList ) : void
Start ( Object targets ) : void
Stop ( ) : void
TargetsLeft ( ) : int
WebServerFinder ( ) : System

Private Methods

Method Description
Connect ( HttpProtocol Protocol, string IPAddress, int Port ) : TargetResult
GetTarget ( ) : Target
GetWebServer ( string Banner ) : string
StartSearch ( ) : void
StartThreads ( int Count ) : void

Method Details

Start() public method

public Start ( List targetList ) : void
targetList List
return void

Start() public method

public Start ( Object targets ) : void
targets Object
return void

Stop() public method

public Stop ( ) : void
return void

TargetsLeft() public method

public TargetsLeft ( ) : int
return int

WebServerFinder() public method

public WebServerFinder ( ) : System
return System