n1xbyte/donutCS: dem sharp donuts
2021-03-23 21:18:14 Author: github.com(查看原文) 阅读量:215 收藏

.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, those dudes are god tier. (seriously if you saw the internals you'd understand)

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

Future

Create more seamless automation for final payload generation, automatic compilation on windows/linux.

Upgrade to Core 3.0, I'm a derp and just did what I had.

Whats broken until I fix

URL Delivery is not configured from the original project


文章来源: https://github.com/n1xbyte/donutCS
如有侵权请联系:admin#unsafe.sh