Skip to content

Commit c5dfbcd

Browse files
committed
updating container package and download browser script
1 parent b251ba3 commit c5dfbcd

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

Payload_Type/poseidon/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.3
77
//replace github.com/MythicMeta/MythicContainer => ../../../../MythicMeta/MythicContainer
88

99
require (
10-
github.com/MythicMeta/MythicContainer v1.4.17
10+
github.com/MythicMeta/MythicContainer v1.4.18
1111
github.com/google/uuid v1.6.0
1212
github.com/mitchellh/mapstructure v1.5.0
1313
github.com/pelletier/go-toml v1.9.5

Payload_Type/poseidon/go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
github.com/MythicMeta/MythicContainer v1.4.17 h1:t5B2RWUGLxzoJGnI3zy9w7lS7NYfWmGNv2vcF7GWZKY=
21
github.com/MythicMeta/MythicContainer v1.4.17/go.mod h1:BnUYftqQ9KsGxBd6RlyRcAHBrqV1CUcrRCjktWwc2Do=
2+
github.com/MythicMeta/MythicContainer v1.4.18 h1:6P/iRTOYywEz8icFtBJ/2SWD6VKKCbA5CB9oKXQ5HB8=
3+
github.com/MythicMeta/MythicContainer v1.4.18/go.mod h1:BnUYftqQ9KsGxBd6RlyRcAHBrqV1CUcrRCjktWwc2Do=
34
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
45
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
56
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 2.2.3 - 2025-03-05
8+
9+
### Changed
10+
11+
- Updated MythicContainer version to v1.4.18
12+
- Updated download browser script to show current download percentage
13+
714
## 2.2.2 - 2025-02-24
815

916
### Changed

Payload_Type/poseidon/poseidon/agentfunctions/builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"time"
2121
)
2222

23-
const version = "2.2.2"
23+
const version = "2.2.3"
2424

2525
type sleepInfoStruct struct {
2626
Interval int `json:"interval"`

Payload_Type/poseidon/poseidon/browserscripts/download_new.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent_capabilities.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"payload_output": ["macho", "elf", "dylib", "so"],
1010
"architectures": ["x86_64", "arm_64"],
1111
"c2": ["http", "websocket", "dynamichttp", "tcp"],
12-
"mythic_version": "3.3.1-rc42",
13-
"agent_version": "2.2.0",
12+
"mythic_version": "3.3.1-rc48",
13+
"agent_version": "2.2.3",
1414
"supported_wrappers": []
1515
}

0 commit comments

Comments
 (0)