Skip to content

Releases: TheWover/donut

Cruller: v1.0

03 Mar 18:48
d61f83a
Compare
Choose a tag to compare

Version v1.0 “Cruller” of Donut has been released, including Module Overloading for native PEs, ETW bypasses, a Dockerfile, support for binaries without relocation information, and many other minor improvements and bugfixes.

Blog Post: https://thewover.github.io/Cruller/

donut_v1.0.zip contains 64-bit binaries for Windows.
donut_v1.0.tar.gz contains 64-bit binaries for Linux.

v0.9.3

21 Dec 11:24
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

The main changes to v0.9.2 can be viewed here: https://github.com/TheWover/donut/blob/master/CHANGELOG.md

Please submit issues for any problems found or discuss in the slack channel.

donut_v0.9.3.zip contains 64-bit binaries for Windows.
donut_v0.9.3.tar.gz contains 64-bit binaries for Linux.

Bear Claw: v0.9.2

05 Sep 04:19
1e1048a
Compare
Choose a tag to compare

v0.9.2 of Donut "Bear Claw" is up: Shellcode generation for JScript, VBScript, XSL, and unmanaged DLL/EXEs. Python bindings by @byt3bl33d3r, execution from RX memory, and miscellaneous improvements.

Release blog post: https://thewover.github.io/Bear-Claw/
Details on script/XSL loader: https://modexp.wordpress.com/2019/07/21/inmem-exec-script/
Details on PE Loader: https://modexp.wordpress.com/2019/06/24/inmem-exec-dll/
Details on Python bindings: https://github.com/TheWover/donut/blob/master/docs/2019-08-21-Python_Extension.md

Apple Fritter: v0.9.1 Beta

06 Jun 16:34
4507ac2
Compare
Choose a tag to compare
Pre-release

Versio 0.9.1 "Apple Fritter" is our first post-launch update to Donut, including dual-mode (AMD64+x86) shellcode, AMSI bypassing for .NET v4.8, automatic version detection of payloads, and better support for Program.Main().

Release Blog Post: https://thewover.github.io/Apple-Fritter/
Details on AMSI Bypasses: https://modexp.wordpress.com/2019/06/03/disable-amsi-wldp-dotnet/

Initial Release: v0.9 Beta

09 May 23:22
0ba4d1e
Compare
Choose a tag to compare
Pre-release

Version 0.9 (Beta) is our initial release of donut to the public. Detailed blog posts are linked below. Compiled releases are provided in ZIP and GZipped tarball archives.

Odzhan's blog post: https://modexp.wordpress.com/2019/05/10/dotnet-loader-shellcode/
TheWover's blog post: https://thewover.github.io/Introducing-Donut/