-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Donut WLDP and AMSI patching enabled #1759
Comments
The sliver/server/generate/donut.go Line 50 in 7676fc6
I should probably update that so it can be user controlled. |
yeah im aware. I just referenced the --evasion flag in terms of intended behaviour. For now manually using donut with -b1 on sliver binaries works fine |
@CodeXTF2 Thanks for the tip. When I create the shellcode manually using donut and -b1 it works, but whenever I try to run any of the armory packages and / or execute-assembly with --in-process, I get the error:
Any ideas? Does it have something to do with the CLR DLL not being loaded in my implant? My donut command was: EDIT FOR ANYONE SEEING THIS LATER: so the problem was that there was no AMSI bypass because it was disabled in Donut. If I ran any armory alias with the |
Describe the bug
When generating shellcode in Sliver, Donut has the AMSI and WLDP options enabled, which can add detections.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Elastic flags the beacon for patching AMSI and WLDP even though -e (which would normally enable AMSI patching) is disabled.
OS Windows (implant)
The text was updated successfully, but these errors were encountered: