Skip to content

Releases: jm33-m0/emp3r0r

v3.0.0

28 Feb 12:24
7ff2108
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

3.0.0 (2025-02-28)

⚠ BREAKING CHANGES

  • separate core and server, adopting operator-server mode (WIP)

What's not working

  • File transfer
  • Shells
  • Modules

Basic commands are working, although it hasn't been tested thoroughly.

Features

  • assign cap_net_admin to emp3r0r-cc when installing (18db26c)
  • relay file transfer requests to operator (012884e)
  • relay message tunnel to operator (eb3ac70)
  • tar config dir for operator to use when server starts (4c38418)
  • wireguard operator (a2016cf)
  • wireguard operator management (8d09db0)
  • wireguard-go (ea73568)

Bug Fixes

  • put --dst auto-complete (f6e9f5a)
  • critical bug: emp3r0r.json gets overwritten every time cc starts (8259507)
  • do not log if run as agent (6325a67)
  • search c:\ when run as priviliged user (4cc1dc0)
  • simplify ssh c2 relay (f280459)
  • unify server response to unauthorized requests (1146adc)

Code Refactoring

  • separate core and server, adopting operator-server mode (WIP) (d4d52b1)

v2.4.6

28 Feb 09:06
f067525
Compare
Choose a tag to compare

2.4.6 (2025-02-25)

Bug Fixes

  • unify server response to unauthorized requests (631522e)

v2.4.5

25 Feb 04:39
5036b4a
Compare
Choose a tag to compare

2.4.5 (2025-02-25)

Bug Fixes

  • critical bug: emp3r0r.json gets overwritten every time cc starts (f8189b2)

Sorry for this bug, I have been iterating versions too fast and didn't
test before releasing.

v2.4.4

25 Feb 04:22
ab4c113
Compare
Choose a tag to compare

2.4.4 (2025-02-25)

Bug Fixes

  • put --dst auto-complete (f6e9f5a)
  • do not log if run as agent (fa0ee58)
  • logging on cc (b008dfe)
  • search c:\ when run as priviliged user (cbe3acc)
  • simplify ssh c2 relay (f280459)

v2.4.3

21 Feb 10:56
6dbd4e1
Compare
Choose a tag to compare

2.4.3 (2025-02-21)

Updates

  • This release is based on heavily refactored code, bugs are expected (but it did address previous bugs)
  • On the way to a major update that redesigns emp3r0r's architecture

Bug Fixes

  • -h not allowed (a9cc467)
  • ftp token check (ef15f7d)
  • get was messed up (348819b)
  • download from peer should be disabled when address is empty (86b5659)
  • high CPU usage when searching for agent root path (462d6f9)
  • log to emp3r0r.log and tmux window (f902ed5)
  • passing args to modules (e08222c)
  • port mapping crash (af550a6)
  • syntax highlighting of emp3r0r console (e7ffe1a)
  • update version number (25e518b)
  • version number (355aca8)

v2.4.2

15 Feb 09:41
35c12ee
Compare
Choose a tag to compare

2.4.2 (2025-02-15)

Bug Fixes

  • add crypto auth helpers
  • refactor: use init to centralize initialization
  • refactor: unify file paths initialization for both tun and cc
  • refactor: a lot of rewriting
  • fix: stager module macro
  • fix: KCP transport needs 127.0.0.1 to be a valid common name in server cert
  • fix: daemonize is not needed when run from stager.so
  • fix: do not add cached download option for local modules

v2.4.1

13 Feb 05:30
823cfa6
Compare
Choose a tag to compare

2.4.1 (2025-02-13)

Bug Fixes

  • ssh_harvester can't be restarted (ee4dfde)
  • crash when set an unknown option (5e8ebf4)
  • display full command in cmd response (2e1d51b)
  • duplicated items in history search (f2db9da)
  • lack of some useful readline features (dac383f)
  • some agent commands have no runners (6575f5c)

v2.4.0

12 Feb 13:14
9885291
Compare
Choose a tag to compare

2.4.0 (2025-02-12)

Features

  • agent command infrastructure now working (2e7356d)
  • agent command structure, improve maintainability and readability (494dbfa)

Bug Fixes

v2.3.0

12 Feb 01:49
6af89fc
Compare
Choose a tag to compare

2.3.0 (2025-02-12)

Features

  • auto-complete remote path names (87c9225)

v2.2.12

12 Feb 01:22
320c327
Compare
Choose a tag to compare

2.2.12 (2025-02-12)

Bug Fixes

  • put sends empty checksum (716f61b)
  • agent lost when C2 is re-built (51c3ae2)
  • all completers are run at once (56403d0)