Skip to content

Commit

Permalink
Test gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 6, 2024
1 parent 678d95d commit f268a29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Payload_Type/thanatos/mythic/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,8 @@ func Initialize() {
agentstructs.AllPayloadData.Get("thanatos").AddPayloadDefinition(payloadDefinition)
agentstructs.AllPayloadData.Get("thanatos").AddIcon(filepath.Join(".", "assets", "thanatos.svg"))
agentstructs.AllPayloadData.Get("thanatos").AddBuildFunction(mythicBuildPayloadFunction)




}
17 changes: 17 additions & 0 deletions Payload_Type/thanatos/mythic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ func main() {
// Initialize the commands
commands.Initialize()


















// Start communicating with Mythic
MythicContainer.StartAndRunForever([]MythicContainer.MythicServices{
MythicContainer.MythicServicePayload,
Expand Down

0 comments on commit f268a29

Please sign in to comment.