Skip to content

v 1.0

Latest
Compare
Choose a tag to compare
@georgesotiriadis georgesotiriadis released this 17 Dec 22:41
· 11 commits to main since this release
87f8e8c

Reformatted Structure: The entire program has been restructured for enhanced development ease and future maintainability.
Polymorphic Code Integration: Incorporation of polymorphic code, significantly enhancing evasion capabilities and making the tool more resilient against static analysis.
SysWhispers 3 Integration: Transitioned from SysWhispers 2 to a modified version of SysWhispers 3. This update improves the tool's ability to evade pattern recognition mechanisms employed by EDR systems, using dynamic syscalls and modified assembly techniques.
AES Encryption: Implemented AES encryption to secure shellcode, adding an additional layer of security and obfuscation.
Early Bird Injection: The tool employs Early Bird Injection techniques, allowing for stealthier code execution within target processes.
Module Stomping: Will be added in the feature also you can implement your own code injection technique in the tool.