Skip to content

Releases: jm33-m0/emp3r0r

v1.42.1

28 Dec 02:18
552567b
Compare
Choose a tag to compare

1.42.1 (2024-12-28)

Bug Fixes

  • ps command output not parsed (7ace03c)
  • agent root path searching (aa0941c)

Others

  • Code has been refactored extensively for better maintainability
  • Usability improvements

v1.42.0

27 Dec 21:50
18e71bb
Compare
Choose a tag to compare

1.42.0 (2024-12-27)

Features

  • agent side "listener" for lateral movement and payload delivery (c4b40b8)

Bug Fixes

  • add some nil dereference check to improve stability (6710ed7)
  • agent path names (2b2773a)
  • c2 commands refactor (fb46ae8)
  • fs commands (4336af2)
  • improve command parsing (e5baccb)
  • open sftp in new tmux window to save space (c29b8c1)
  • port_fwd should print some feedback (1c6844f)
  • UI adjustments and code refactor (f6b2d00)

v1.41.0

26 Dec 11:59
89c402e
Compare
Choose a tag to compare

1.41.0 (2024-12-26)

Features

  • support payload compression in stager (97b271a)

Bug Fixes

  • stager.so non-debug build lacks AES support (679b755)

v1.40.3

25 Dec 08:16
5095f42
Compare
Choose a tag to compare

1.40.3 (2024-12-25)

Bug Fixes

  • unix socket listener may fail when path name is too long (d7c0e98)

v1.40.2

25 Dec 07:38
9383321
Compare
Choose a tag to compare

1.40.2 (2024-12-25)

Bug Fixes

  • agent dies on unix socket error (f0757fe)
  • agent wait queue (28dadaa)
  • socket listener not running (26802d0)
  • unable to run from ELF loader if VERBOSE is false (ad9aab2)

v1.40.1

25 Dec 04:25
3ecdb58
Compare
Choose a tag to compare

1.40.1 (2024-12-25)

Bug Fixes

  • AES decryption in stager (757a386)
  • disable damned chunked encoding (b1b0a79)

v1.40.0

24 Dec 12:08
b415988
Compare
Choose a tag to compare

1.40.0 (2024-12-24)

Features

  • add http stager (with AES encryption) and independent HTTP listener (66f4d8c)

v1.39.9

21 Dec 12:13
cd44412
Compare
Choose a tag to compare

1.39.9 (2024-12-21)

Bug Fixes

  • new cc_host not added to server cert, old names get repeated (e3ef171)

v1.39.8

21 Dec 02:21
f63b3ac
Compare
Choose a tag to compare

1.39.8 (2024-12-21)

Bug Fixes

  • crash when listing module options (32cdc3d)
  • crash when using info with no module selected (a2706c9)
  • do not open SFTP pane in Windows (1e6342f)
  • only attemp SFTP on Linux (fd36ff9)
  • unable to view crash log in C2 client (152ecf5)

v1.39.7

20 Dec 12:27
95e1b1a
Compare
Choose a tag to compare

1.39.7 (2024-12-20)

Bug Fixes

  • argv modification is not needed in Windows (b5915c6)
  • This also fixes shellcode execution in Windows