Skip to content

Releases: jm33-m0/emp3r0r

v2.2.1

08 Feb 12:51
efe1b2b
Compare
Choose a tag to compare

2.2.1 (2025-02-08)

Bug Fixes

  • ssh_harvester unable to find sshd process (5c1de64)

v2.2.0

08 Feb 12:02
2c80456
Compare
Choose a tag to compare

2.2.0 (2025-02-08)

Features

Bug Fixes

  • exec command conflicts with built-in commands such as ls (bbc9361)
  • return an empty process list if none matches the filter (9403915)
  • self purging doesn't need to notify CC (ba11ec7)

v2.1.0

08 Feb 05:00
537c594
Compare
Choose a tag to compare

2.1.0 (2025-02-08)

Features

  • cat command to dump file content in text or hex mode (a995042)
  • integrate ss package logging to C2 console (aa26a49)
  • integrate util logs (dfc3257)
  • move command time to prompt (30fa524)
  • unify logging in C2 (790653c)

Bug Fixes

  • emp3r0r.json keys should match those in Go source code (a7a04e7)
  • exec should complain when no command is specified (9381998)
  • agent crashes on command parsing error (d17dc89)
  • conditional C2 connection should wait in seconds not minutes (874dab1)
  • import cycle (2e8ed9d)
  • no time to read fatal error messages (b8ddd50)

v2.0.0

07 Feb 23:41
f3473e7
Compare
Choose a tag to compare

2.0.0 (2025-02-07)

⚠ BREAKING CHANGES

  • v2 branch, re-designed command line and infrastructure

Features

Bug Fixes

v1.51.1

26 Jan 12:29
d305f05
Compare
Choose a tag to compare

1.51.1 (2025-01-26)

Bug Fixes

  • vaccine installation fails: patchelf not found (315ec2b)

v1.51.0

26 Jan 11:45
6732794
Compare
Choose a tag to compare

1.51.0 (2025-01-26)

Features

  • improve module config structure (e5dea79)
  • include listener in releases (f96226d)
  • support C2 plugins and module builder (8eba6f5)

Bug Fixes

  • stager module should be able to read configurations from env vars (ce22a03)
  • crash when using local modules (490f309)
  • make use of is_local attribute (2a80931)
  • module builder (2751c49)
  • module path handling (0a375c8)
  • no output from stager (51a99ff)
  • refactor C code, integrate stager into one of the modules (a53f78c)
  • set env vars for module builder (ba3a10a)

v1.50.3

25 Jan 23:42
b0f0b6d
Compare
Choose a tag to compare

1.50.3 (2025-01-25)

Bug Fixes

  • update deps, remove deprecated go-ps (94812c3)

v1.50.2

23 Jan 12:23
9addc72
Compare
Choose a tag to compare

1.50.2 (2025-01-23)

Bug Fixes

  • version number not updating (5732f25)

v1.50.1

23 Jan 09:48
0c66b0c
Compare
Choose a tag to compare

1.50.1 (2025-01-23)

Bug Fixes

  • go_lpe takes too long (fdd23b1)
  • return process output of in-memory ELF modules (63cd991)

v1.50.0

23 Jan 07:04
2b8e741
Compare
Choose a tag to compare

1.50.0 (2025-01-23)

Features

  • add ELF in-mem loader for Linux modules (WIP) (5b62db8)
  • go_lpe (fd524d0)

Bug Fixes

  • consider darwin even we are not supporting it (4a736e2)
  • no CGO when building executables (4d73434)
  • run ELF in subroutine (91279bf)