Releases: jm33-m0/emp3r0r
Releases · jm33-m0/emp3r0r
v3.0.0
3.0.0 (2025-02-28)
⚠ BREAKING CHANGES
- separate
core
andserver
, 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
toemp3r0r-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 timecc
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
andserver
, adopting operator-server mode (WIP) (d4d52b1)
v2.4.6
v2.4.5
v2.4.4
v2.4.3
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
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
andcc
- 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