Skip to content

Releases: jm33-m0/emp3r0r

v3.4.2

19 Jun 09:24
83a9cd2
Compare
Choose a tag to compare

3.4.2 (2025-06-19)

Bug Fixes

  • enhance logging messages for server startup with success indicators (f26796d)
  • ensure tmux title truncation to 10 characters (d5e819b)

v3.4.1

18 Jun 03:27
4be8c05
Compare
Choose a tag to compare

3.4.1 (2025-06-18)

Bug Fixes

  • add target_path option to elf_patch command for custom library loading location (dc2b009)
  • copy timestamps from ELF file to SO file in ElfPatcher function (4b6fdb8)

v3.4.0

17 Jun 00:26
d995668
Compare
Choose a tag to compare

3.4.0 (2025-06-17)

Features

  • add bind address option for port forwarding sessions, closes #476 (c4374aa)

v3.3.2

16 Jun 00:15
52835a3
Compare
Choose a tag to compare

3.3.2 (2025-06-16)

Bug Fixes

  • add !elf_patch command to patch ELF files and load shared libraries, replacing get_persistence (bf113f3)

v3.3.1

14 Jun 10:53
9d1a4b2
Compare
Choose a tag to compare

3.3.1 (2025-06-14)

Bug Fixes

  • clarify error message for missing C2 server IP in WireGuard connection (0dcf091)
  • do not validate upload response (d06922a)
  • remove unused dependencies and simplify line wrapping functionality (71db5e3)
  • server: add command generation for client connections and improve usage instructions (c5437c2)
  • simplify table rendering and add reset layout command (ca5c066)
  • tmux: add pane layout reset functionality and improve pane size constraints (a9b8c23)
  • update carapace dependency and remove obsolete references (bfcf031)
  • update command formatting for client connection commands and improve readability (679b312)

v3.3.0

13 Jun 02:06
380a9bc
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

3.3.0 (2025-06-13)

Features

  • generate: enhance payload type descriptions for CGO support #473 (fdb6d33)
  • kill: enhance process killing functionality with improved error handling and support for multiple PIDs #468 (ddf0560)
  • release: update permissions and enhance upload script with response handling (6feaaff)

Bug Fixes

  • 468 (36d0457)
  • moduleCmd: improve error handling for ActiveModule and command execution #474 (06c0c5e)

v3.2.2

12 Mar 23:28
9f2a897
Compare
Choose a tag to compare

3.2.2 (2025-03-12)

Bug Fixes

v3.2.1

06 Mar 07:24
50a4930
Compare
Choose a tag to compare

3.2.1 (2025-03-06)

Bug Fixes

  • upgrade github.com/jm33-m0/arc to v2 (3a12a5d)

v3.2.0

06 Mar 06:47
e4aa28c
Compare
Choose a tag to compare

3.2.0 (2025-03-06)

Features

  • set up auto-completion during installation (8d3553a)
  • support multiple operators (99123f1)

Bug Fixes

  • copy_stub is slow, move it out of init (dc9bc84)
  • unable to get SUDO_USER when installing (743fffe)
  • uninstall shell completion files as well (2e1a7c1)
  • UX in starting server (3408aa7)
  • wg IPs not random (19684f7)

v3.1.4

05 Mar 03:50
15cec56
Compare
Choose a tag to compare

3.1.4 (2025-03-05)

This version might break compatibility with previous ones

From this version on, I will try to mark breaking changes in the release log. I hate bumping the major version when there are no significant updates.

Bug Fixes

  • optimize HTTP2 connections (91fcd5a)
  • simplify agent binary patching (8f3e9a1)