.NET Core 版本的 donut shellcode 生成器。
https://vimeo.com/369739318
注意:我只是把一些东西拼凑在一起,做了一个更个人化的可用版本。所有艰巨的工作都是由 TheWover 和 Odzhan 完成的。
已在 Linux、Mac 和 Windows 上确认可用
Kali 安装说明
从 NuGet 仓库下载并添加:https://www.nuget.org/packages/DonutCore/
用法见此处
或
我已将包添加到根目录中(DonutCore.1.0.0.nupkg)
导入说明及简短视频可暂时在此处找到
现在,编译时包也会自动生成在 \bin\ 目录中。
完整用法请参考 https://github.com/TheWover/donut,应该完全相同。
基本用法可参见此处
在 donut 目录的根目录下,可以运行 dotnet run 或 dotnet run --configuration Release,如果你不想看到封送错误和调试打印信息的话。
基本用法及自动化快速示例的视频:https://vimeo.com/369739318
模板项目是 https://github.com/TheWover/donut/tree/master/DonutTest 的修改版本。
**目前正在更新以适配当前 Donut 版本
最初项目中的 URL 传递功能尚未配置