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 |
public Authenticate ( string username, string password ) : Newtonsoft.Json.Linq.JObject | ||
username | string | |
password | string | |
return | Newtonsoft.Json.Linq.JObject |
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 |
public NessusSession ( string username, string password, string host, int port = 8834 ) : System | ||
username | string | |
password | string | |
host | string | |
port | int | |
return | System |