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
New payload building system: Now it's time to come up with something... :)
Added payload module:PS_DeliverObf - An obfuscated PowerShell payload with configurable options.
Added payload module:PyReverse - A reverse shell written in Python for both Windows and Linux.
Added main template:Worm Arkanoid - Enables the creation of DLL files with PowerShell payloads. Additionally, an EXE file is generated to call the payload function. The DLL libraries can be used in any other code.
Improved raw message handling from sockets: A message buffer was introduced to prevent the screen from being flooded with hundreds of single-character messages. See CONFIG.INI for more details.
New functionality: Automatically prepares a directory with only the necessary files for the worm to operate. If the worm requires several files, a folder with the worm's name is created, containing only the essential files.
Bug fixes: Addressed numerous small and significant issues.