C# 클래스 metasploitsharp.MetasploitSession

상속: IDisposable
파일 보기 프로젝트 열기: VolatileMindsLLC/metasploit-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Pack ( Packer packer, object o ) : void
TypifyDictionary ( MessagePackObjectDictionary dict ) : object>.Dictionary

메소드 상세

Authenticate() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( string method ) : object>.Dictionary
method string
리턴 object>.Dictionary

MetasploitSession() 공개 메소드

public MetasploitSession ( string token, string host ) : System
token string
host string
리턴 System

MetasploitSession() 공개 메소드

public MetasploitSession ( string username, string password, string host ) : System
username string
password string
host string
리턴 System