Skip to content

Commit

Permalink
bumping version with previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Mar 27, 2024
1 parent 87de792 commit 67dce6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Payload_Type/poseidon/poseidon/agent_code/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.31 - 2024-03-27

### Changed

- The websocket profile treats all values as strings instead of numbers and strings
- added extra checks to catch conversion errors and convert them properly before stamping into agent

## 2.0.30 - 2024-03-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Payload_Type/poseidon/poseidon/agentfunctions/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"strings"
)

const version = "2.0.30"
const version = "2.0.31"

var payloadDefinition = agentstructs.PayloadType{
Name: "poseidon",
Expand Down
2 changes: 1 addition & 1 deletion agent_capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"architectures": ["x86_64", "arm_64"],
"c2": ["http", "websocket", "dynamichttp", "poseidon_tcp"],
"mythic_version": "3.2",
"agent_version": "2.0.30",
"agent_version": "2.0.31",
"supported_wrappers": []
}

0 comments on commit 67dce6e

Please sign in to comment.