Skip to content

Commit

Permalink
bumping version for recent PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Nov 13, 2024
1 parent 810aeb0 commit fd96878
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.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
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 @@ -20,7 +20,7 @@ import (
"time"
)

const version = "2.1.9"
const version = "2.1.10"

type sleepInfoStruct struct {
Interval int `json:"interval"`
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.3.0",
"agent_version": "2.1.9",
"agent_version": "2.1.10",
"supported_wrappers": []
}

0 comments on commit fd96878

Please sign in to comment.