MythicAgents / poseidon

Poseidon is a Golang agent targeting Linux and macOS
Other
118 stars 32 forks source link

Update builder.py #29

Closed kernel-sanders closed 1 year ago

kernel-sanders commented 2 years ago

Skip adding stderr to resp if garble is used as it generates megabytes of text output and causes the mythic API to fail.

websockets.exceptions.PayloadTooBig: over size limit (2496193 > 1048576 bytes)

Without this change, it is not possible to build poseidon with the Mythic API.

its-a-feature commented 1 year ago

I pulled this into the v3.0.0 branch! Thanks for noticing it!