-
Notifications
You must be signed in to change notification settings - Fork 46
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
Thanatos not starting #19
Comments
MEhrn00
added a commit
that referenced
this issue
Feb 2, 2024
The new Mythic changes no longer run payload type containers with a bind mount to the code runtime directory. This will copy in the Thanatos artifacts needed without relying on the old bind mount.
MEhrn00
added a commit
that referenced
this issue
Feb 2, 2024
commit 8a904fa Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:30:20 2024 -0500 Clippy lint commit 0e8b5ed Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:15:54 2024 -0500 Update changelog commit 60b34aa Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:11:40 2024 -0500 Modify CI to include HTTP configuration commit 7a29fe4 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:11:00 2024 -0500 Fix error due to profiles not being mut commit 93e5bb3 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:09:52 2024 -0500 Fix typo in sshspawn command parameter description commit e3dbd69 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:08:18 2024 -0500 fix(#19): Add Thanatos artifacts into base image The new Mythic changes no longer run payload type containers with a bind mount to the code runtime directory. This will copy in the Thanatos artifacts needed without relying on the old bind mount.
MEhrn00
added a commit
that referenced
this issue
Feb 2, 2024
commit 094b90b Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri Feb 2 20:36:10 2024 +0000 Bump version number to match release '0.1.7' commit 8a904fa Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:30:20 2024 -0500 Clippy lint commit 0e8b5ed Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:15:54 2024 -0500 Update changelog commit 60b34aa Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:11:40 2024 -0500 Modify CI to include HTTP configuration commit 7a29fe4 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:11:00 2024 -0500 Fix error due to profiles not being mut commit 93e5bb3 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:09:52 2024 -0500 Fix typo in sshspawn command parameter description commit e3dbd69 Author: Matt Ehrnschwender <matthewe2020@gmail.com> Date: Fri Feb 2 15:08:18 2024 -0500 fix(#19): Add Thanatos artifacts into base image The new Mythic changes no longer run payload type containers with a bind mount to the code runtime directory. This will copy in the Thanatos artifacts needed without relying on the old bind mount.
Recent Mythic updates stopped bind mounting the agent runtime directory which was why the main.py file was not found. Just pushed some changes to include the runtime files inside the base container image which fixes this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installed latest thanatos on latest Mythic (on Linux x64) and got following errors:
The text was updated successfully, but these errors were encountered: