C# Class metasploitsharp.MetasploitSession

Inheritance: IDisposable
Exibir arquivo Open project: VolatileMindsLLC/metasploit-sharp Class Usage Examples

Public Methods

Method Description
Authenticate ( string username, string password ) : object>.Dictionary
Dispose ( ) : void
Execute ( string method ) : object>.Dictionary
MetasploitSession ( string token, string host ) : System
MetasploitSession ( string username, string password, string host ) : System

Private Methods

Method Description
Pack ( Packer packer, object o ) : void
TypifyDictionary ( MessagePackObjectDictionary dict ) : object>.Dictionary

Method Details

Authenticate() public method

public Authenticate ( string username, string password ) : object>.Dictionary
username string
password string
return object>.Dictionary

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( string method ) : object>.Dictionary
method string
return object>.Dictionary

MetasploitSession() public method

public MetasploitSession ( string token, string host ) : System
token string
host string
return System

MetasploitSession() public method

public MetasploitSession ( string username, string password, string host ) : System
username string
password string
host string
return System