Skip to content

Releases: jm33-m0/emp3r0r

v1.3.8

12 Mar 14:10
e42ed7b
Compare
Choose a tag to compare

I think now python3.9 is usable, tested modules include: readline, requests, sys, os, pty.

Note that as PYTHONPATH and PYTHONHOME are altered to make emp3r0r's python work, when you invoke other python applications from emp3r0r, make sure to unset the environment variables.

LD_LIBRARY_PATH is altered as well, unset it in your python app when needed

image

v1.3.3

23 Feb 13:45
50024c7
Compare
Choose a tag to compare
  • Merged #58 and #59
  • Fixed some (potential) bugs
  • Refactored code in tmux.go

v1.3.2

22 Feb 08:08
f4fec17
Compare
Choose a tag to compare

v1.2.5

12 Feb 16:24
ff8380d
Compare
Choose a tag to compare

New UI built with TMUX

v1.2.1

11 Feb 10:33
d6a5c69
Compare
Choose a tag to compare

v1.2.0

11 Feb 07:25
3040d85
Compare
Choose a tag to compare
  • Generate guardian shellcode and dlopen shellcode on the fly
  • Guardian shellcode now replaces target process's executable (and restore it when job is done), so your injected agent process would be less noticeable
  • Automatically locates __libc_dlopen_mode function in memory and use it to inject loader.so, so your agent can be run completely hidden from process perspective

v1.1.11

04 Feb 15:53
dd33864
Compare
Choose a tag to compare
  • Refresh agent sysinfo regularly, in case they change
  • Other minor changes

v1.1.9

04 Feb 07:57
aed8ad4
Compare
Choose a tag to compare

Inject emp3r0r into any processes, execute using custom ELF loader

image

v1.1.8

02 Feb 09:44
b517091
Compare
Choose a tag to compare
  • bettercap and more fully static utilities

image

image

v1.1.0

14 Jan 08:47
5df70cf
Compare
Choose a tag to compare

Early stage support of custom modules:

  • Develop your own modules in any languages, read user defined values from environment variables
  • Modules run on target machine, make sure the module has bundled all its dependencies

2022-01-14_03-42