C# Class nessussharp.NessusSession

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

Public Methods

Method Description
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

Method Details

Authenticate() public method

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

Dispose() public method

public Dispose ( ) : void
return void

ExecuteCommand() public method

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
return Newtonsoft.Json.Linq.JObject

NessusSession() public method

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