C# 클래스 nessussharp.NessusSession

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

공개 메소드들

메소드 설명
Authenticate ( string username, string password ) : Newtonsoft.Json.Linq.JObject
Dispose ( ) : void
ExecuteCommand ( string verb, string uri, Newtonsoft.Json.Linq.JObject parameters = null ) : Newtonsoft.Json.Linq.JObject
NessusSession ( string username, string password, string host, int port = 8834 ) : System

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string username, string password ) : Newtonsoft.Json.Linq.JObject
username string
password string
리턴 Newtonsoft.Json.Linq.JObject

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( string verb, string uri, Newtonsoft.Json.Linq.JObject parameters = null ) : Newtonsoft.Json.Linq.JObject
verb string
uri string
parameters Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject

NessusSession() 공개 메소드

public NessusSession ( string username, string password, string host, int port = 8834 ) : System
username string
password string
host string
port int
리턴 System