Releases: jm33-m0/emp3r0r
Releases · jm33-m0/emp3r0r
v1.48.1
1.48.1 (2025-01-14)
Bug Fixes
- agents get removed because commands timeout (7fc8a23)
- eliminate wait for all commands (2d004fd)
- modules should not block (1655958)
- recursive
get
, useful when downloading a directory on a target (36696e5)
- sometimes agent can't send back response (d1a0388)
v1.48.0
1.48.0 (2025-01-13)
Features
- transparent zstd compression for file downloading from agents (e4144c5)
Bug Fixes
v1.47.1
1.47.1 (2025-01-13)
Bug Fixes
- C2 CLI log is written to unexpected location (332a96b)
- change prompt style when having root access (3a46fd6)
- distinguish types of modules for better handling (4daebde)
- handling of compression of in-mem modules (47c20ae)
- handling of in-memory script modules (f22163a)
- optimize custom module handler (e27a6df)
- python modules broken (11995cb)
- use
tmux-256color
as recommended by tmux documentation (08da828)
v1.47.0
1.47.0 (2025-01-10)
Features
- process
mem_dump
for Linux and Windows (b8a9822)
Bug Fixes
file_downloader
should have an option to opt out of checksum verification (27529ff)
file_server
http port should be random (b570cd0)
- do not request full path to download (55c463e)
v1.46.1
1.46.1 (2025-01-09)
Bug Fixes
- make it possible to download modules from specified agent file server (4f178b5)
v1.46.0
1.46.0 (2025-01-09)
Features
file_downloader
that downloads files from agent hosted HTTP server, for data exfiltration, with checksum support (969f153)
file_server
for file transfer between agents (ad83344)
Bug Fixes
- only extract
bashrc
when needed (d51e78c)
v1.45.2
1.45.2 (2025-01-06)
Bug Fixes
- improve downloading from C2, add checksum verification (459bdab)
- redundant port mappings for SSH shells (7c0da2b)
v1.45.1
1.45.1 (2025-01-06)
Bug Fixes
- check target OS compatibility before running modules (aac0b85)
- improve module management and code refactoring (656a652)
- update
gen_agent
help (5db7099)
v1.45.0
1.45.0 (2025-01-05)
Features
- add standalone
elvish
cross-platform shell (a97c51e)
Bug Fixes
- int overflow and build issue (6fe9ee3)
v1.44.4
1.44.4 (2025-01-05)
Bug Fixes
- disable automatic
vaccine
download, it should be run when needed (20037a4)
- ELF header parser (c037902)
- program header parser should run only once (7c8940a)
- unable to find agent executable file when run from loaders (eg. shared lib) (1140a3b)
- verify encrypted config data before using (f716bc6)