From fd9687803e7b541bd57e0a92b366ebc45d79545f Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Wed, 13 Nov 2024 13:16:15 -0600 Subject: [PATCH] bumping version for recent PRs --- Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD | 7 +++++++ Payload_Type/poseidon/poseidon/agentfunctions/builder.go | 2 +- agent_capabilities.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD b/Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD index a71b2ef..9b6ebd2 100644 --- a/Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD +++ b/Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.1.10 - 2024-11-13 + +### Changed + +- Merged in PR to add `lsopen` command +- Merged in PR to update `portscan` for handling IPv6 addresses and updating browser script + ## 2.1.9 - 2024-10-24 - Fixed issue with new UDP associate breaking for non-udp long-lived connections diff --git a/Payload_Type/poseidon/poseidon/agentfunctions/builder.go b/Payload_Type/poseidon/poseidon/agentfunctions/builder.go index 72ba510..1374c2f 100644 --- a/Payload_Type/poseidon/poseidon/agentfunctions/builder.go +++ b/Payload_Type/poseidon/poseidon/agentfunctions/builder.go @@ -20,7 +20,7 @@ import ( "time" ) -const version = "2.1.9" +const version = "2.1.10" type sleepInfoStruct struct { Interval int `json:"interval"` diff --git a/agent_capabilities.json b/agent_capabilities.json index 7e1cc31..86fdcd9 100644 --- a/agent_capabilities.json +++ b/agent_capabilities.json @@ -10,6 +10,6 @@ "architectures": ["x86_64", "arm_64"], "c2": ["http", "websocket", "dynamichttp", "poseidon_tcp"], "mythic_version": "3.3.0", - "agent_version": "2.1.9", + "agent_version": "2.1.10", "supported_wrappers": [] } \ No newline at end of file