Open D3vil0p3r opened 3 weeks ago
@vinnybod can you please update donut-shellcode
in pyproject.toml
to 1.1
?
@D3vil0p3r Agreed. Needs to be updated. I ran into the same issue with the version of donut-shellcode currently used. I posted my notes for an easy fix.
- Installing donut-shellcode (1.0.2): Failed
ChefBuildError
Backend subprocess exited when trying to invoke build_wheel
# Change this line
donut-shellcode = { version = "^1.0.2", markers = "platform_machine == 'x86_64' or platform_machine == 'amd64'" }
# To this line
donut-shellcode = { version = "^1.1", markers = "platform_machine == 'x86_64' or platform_machine == 'amd64'" }
pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file.
poetry lock
./ps-empire install -y
Updated donut in 5.11.6
@DevinCarpenter can you confirm everything works correctly now?
Is there an existing issue for this?
Empire Version
5.11.5
Python Version
3.12
Operating System
Arch Linux
Database
MySQL
Current Behavior
When I build Empire from source, during the building, I get the following error:
This could be related to https://github.com/TheWover/donut/pull/158
Expected Behavior
Building and installing correctly.
Steps To Reproduce
Anything else?
No response