Skip to content

Commit

Permalink
chore(master): release 1.34.3 (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 16, 2024
1 parent 7032d34 commit f0417a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.34.3](https://github.com/jm33-m0/emp3r0r/compare/v1.34.2...v1.34.3) (2024-01-16)


### Bug Fixes

* agent aborts connection (Windows) ([8c73193](https://github.com/jm33-m0/emp3r0r/commit/8c731935b440ff4828ed4aa23bc8ee8bd6148f31))
* agent aborts connection when C2 is unreachable ([def1b2a](https://github.com/jm33-m0/emp3r0r/commit/def1b2a453931dc8e2490749b649720b6eedb289))
* show C2 address in agent system info ([7032d34](https://github.com/jm33-m0/emp3r0r/commit/7032d34c0d546264335664048213d0a9767010ec))
* ssh C2 relay client should retry connection until SSH session is established ([966147b](https://github.com/jm33-m0/emp3r0r/commit/966147b4f0199022576141aeef93c99bfff78972))

## [1.34.2](https://github.com/jm33-m0/emp3r0r/compare/v1.34.1...v1.34.2) (2024-01-13)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (

// Version hardcoded version string
// see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30
Version = "v1.34.2" // x-release-please-version
Version = "v1.34.3" // x-release-please-version

// RShellBufSize buffer size of reverse shell stream
RShellBufSize = 128
Expand Down

0 comments on commit f0417a2

Please sign in to comment.