Releases: jm33-m0/emp3r0r
Releases · jm33-m0/emp3r0r
v1.3.8
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
v1.3.3
v1.3.2
v1.2.5
v1.2.1
v1.2.0
- 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