Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
donutCS — dem sharp donuts | Kitploit
Tools/GitHubGitHub/n1xbyte/donutcs
Exploit FrameworksPayload GenerationPenetration TestingShellcode Generation
GitHubn1xbyte/donutcs

donutCS

dem sharp donuts

View Repository
202405 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

donutCS

.NET Core version of donut shellcode generator.
https://vimeo.com/369739318

Note: I simply glued a bunch of things together for a more personally useable version. TheWover and Odzhan did all the hard work.

Install

Confirmed working on Linux, Mac and Windows
Kali Install Instructions

Usage

Nuget Package (Preferred)

Download and add from nuget repo : https://www.nuget.org/packages/DonutCore/
See usage here

or

I have added the package to the root directory. (DonutCore.1.0.0.nupkg)
Import instructions & short vid for time being can be found here

The package also now automatically generated when compiled inside the \bin\ directory.

Normal

Refer to https://github.com/TheWover/donut for full usage. Should be exactly the same.
Basic usage can be found here

From the root of the donut directory you can run dotnet run or dotnet run --configuration Release if you don't want to see the marshalling errors and debug prints.

Testing

Video on basic usage and quick example of automation: https://vimeo.com/369739318

Template Project is an alteration of https://github.com/TheWover/donut/tree/master/DonutTest

Whats broken until I fix

**Currently in process of updating to current Donut
URL Delivery is not configured from the original project

Download Tool