You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you all for the support. emp3r0r has evolved to v2 this year because I have a long vacation for its development.
The most noticeable change will be the UI. I rewrote the CLI with console and cobra, and the CLI UX has been dramatically improved.
Another change is now you use generate command to generate agent binaries, similiar to Sliver's design.
You can generate executables or shared libraries for both Linux and Windows targets, and donut shellcode for Windows.
There's a stager modules that can be used with emp3r0r-listener to deliver staged payloads on Linux. Compression and encryption is used in the process, the agent ELF executable is downloaded, decompressed, decrypted, and executed by a in memory ELF loader.
Most code has been rewritten as well, for future maintainability.
The focus is still on the framework itself and the core features, therefore Linux will continue to be the mainly supported platform, and core features involving Linux will be maintained.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you all for the support. emp3r0r has evolved to v2 this year because I have a long vacation for its development.
The most noticeable change will be the UI. I rewrote the CLI with
console
andcobra
, and the CLI UX has been dramatically improved.Another change is now you use
generate
command to generate agent binaries, similiar to Sliver's design.You can generate executables or shared libraries for both Linux and Windows targets, and donut shellcode for Windows.
There's a
stager
modules that can be used withemp3r0r-listener
to deliver staged payloads on Linux. Compression and encryption is used in the process, the agent ELF executable is downloaded, decompressed, decrypted, and executed by a in memory ELF loader.Most code has been rewritten as well, for future maintainability.
The focus is still on the framework itself and the core features, therefore Linux will continue to be the mainly supported platform, and core features involving Linux will be maintained.
Beta Was this translation helpful? Give feedback.
All reactions