This release fixes upx, closing #214 and changes how the rssh client dll loads itself (which the minor version update)
Fixes:
- The UPX binary can now be either
upxorupx-clthanks for @rjvkn for that PR
Changes:
- When loading as a DLL, the reverse ssh client dll will detach itself from its parent process using
rundll32running itsVoidFuncthis will help in cases where the dll is unloaded too quickly for the goruntime & internals to start. It may increase risk of detection on platforms with AV/EDR as its pretty easy to say "why is rundll32 running a shell". If people want it reverted/have a better solution, please open an issue for discussion. Thanks to @0xW1LD for this!