Skip to content

Commit 67dce6e

Browse files
committed
bumping version with previous fix
1 parent 87de792 commit 67dce6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.0.31 - 2024-03-27
8+
9+
### Changed
10+
11+
- The websocket profile treats all values as strings instead of numbers and strings
12+
- added extra checks to catch conversion errors and convert them properly before stamping into agent
13+
714
## 2.0.30 - 2024-03-19
815

916
### Changed

Payload_Type/poseidon/poseidon/agentfunctions/builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"strings"
1919
)
2020

21-
const version = "2.0.30"
21+
const version = "2.0.31"
2222

2323
var payloadDefinition = agentstructs.PayloadType{
2424
Name: "poseidon",

agent_capabilities.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"architectures": ["x86_64", "arm_64"],
1111
"c2": ["http", "websocket", "dynamichttp", "poseidon_tcp"],
1212
"mythic_version": "3.2",
13-
"agent_version": "2.0.30",
13+
"agent_version": "2.0.31",
1414
"supported_wrappers": []
1515
}

0 commit comments

Comments
 (0)