Skip to content

A full implementation of the Cuckoo Sandbox Rest 2.0.7 API

License

Notifications You must be signed in to change notification settings

Jon2G/CuckooNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages