-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Date: Fri Feb 2 15:30:20 2024 -0500 Clippy lint commit 0e8b5ed Author: Matt Ehrnschwender <[email protected]> Date: Fri Feb 2 15:15:54 2024 -0500 Update changelog commit 60b34aa Author: Matt Ehrnschwender <[email protected]> Date: Fri Feb 2 15:11:40 2024 -0500 Modify CI to include HTTP configuration commit 7a29fe4 Author: Matt Ehrnschwender <[email protected]> Date: Fri Feb 2 15:11:00 2024 -0500 Fix error due to profiles not being mut commit 93e5bb3 Author: Matt Ehrnschwender <[email protected]> Date: Fri Feb 2 15:09:52 2024 -0500 Fix typo in sshspawn command parameter description commit e3dbd69 Author: Matt Ehrnschwender <[email protected]> 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.
- Loading branch information
Showing
11 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Pull in the thanatos docker image | ||
FROM ghcr.io/mythicagents/thanatos:v0.1.6 | ||
FROM ghcr.io/mythicagents/thanatos:v0.1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
UUID="" | ||
AESPSK="" | ||
callback_host="" | ||
callback_interval="" | ||
callback_jitter="" | ||
encrypted_exchange_check="" | ||
callback_port="" | ||
connection_retries="" | ||
encrypted_exchange_check="" | ||
get_uri="" | ||
headers="" | ||
post_uri="" | ||
working_hours="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters