Jon2G / CuckooNet

A full implementation of the Cuckoo Sandbox Rest 2.0.7 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CuckooNet - A full implementation of the Cuckoo Sandbox Rest 2.0.7 API

NuGet

Features

Example

CuckooAPI api = new Cuckoo.Net.CuckooAPI("http://localhost:8090", "<Your API Key>");

//Get Cuckoo status
Response<CuckooStatus> status = await api.Cuckoo.Status();
Console.WriteLine($"Hostname is:{status.Content.HostName}"); 

About

A full implementation of the Cuckoo Sandbox Rest 2.0.7 API

License:MIT License


Languages

Language:C# 100.0%