C# Class usertools.WebFuzzer.WebFuzzer

Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
WebFuzzer ( ) : System

Private Methods

Method Description
GetMatch ( string HTML ) : string
GetWork ( ) : CreateWebrequest
PrepareQueue ( ) : void
Process ( CreateWebrequest webRequest ) : void
RegexMatch ( string Text, string Search ) : bool
Reset ( ) : void
SendWebRequest ( string URL, string POST ) : string
StartFuzzing ( ) : void
StartThreads ( int Count ) : void
WriteMatch ( string Match ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WebFuzzer() public method

public WebFuzzer ( ) : System
return System