Skip to content

Commit

Permalink
chore(master): release 1.38.0 (#333)
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 Oct 23, 2024
1 parent f1a44fc commit 39eb9e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.38.0](https://github.com/jm33-m0/emp3r0r/compare/v1.37.8...v1.38.0) (2024-10-23)


### Features

* add mimikatz (no AV evasion) ([f1a44fc](https://github.com/jm33-m0/emp3r0r/commit/f1a44fcf74303d56fd89005e9233476807960d26))
* support in-memory ps1 modules ([959517b](https://github.com/jm33-m0/emp3r0r/commit/959517bf43c547c9fdaad503a1ce81343048d017))


### Bug Fixes

* agent root naming in Windows ([ff6ee40](https://github.com/jm33-m0/emp3r0r/commit/ff6ee401658508b57e3daaf1b2059de295153757))
* in-memory execution of ps1 modules ([d755ae6](https://github.com/jm33-m0/emp3r0r/commit/d755ae67e0f7748af754fa88654d485f3108c787))

## [1.37.8](https://github.com/jm33-m0/emp3r0r/compare/v1.37.7...v1.37.8) (2024-10-21)


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 @@ -65,7 +65,7 @@ const (

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

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

0 comments on commit 39eb9e8

Please sign in to comment.