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
Added support for special "food" variables: These contain predefined data such as shellcodes and various worm-related data.
New worm: WinShell (x86) - A Windows 32-bit worm designed for testing shellcodes.
New worm: WinShell64 (x64) - A Windows 64-bit worm designed for testing shellcodes.
New worm: RiverRaid (x86) - Hides shellcode among multiple text variables.
Generates both an EXE file and a separate DLL with injection functions, making detection more difficult.
New worm: BrutePID (x86) - Scans every process PID within a given range and attempts to inject shellcode into one of the processes.
New cross-compiler: MC_win64 - A 64-bit cross-compiler supporting C, C++, and assembler.
Added text display customization: In CONFIG.ini, a new option allows adjusting text display for different screen sizes.
More information added to the "Queen" console commands.
New DLL building system.
New wrapper: DropZone (not fully functional) - An experimental "worm-in-a-worm" system.
It embeds a compiled worm inside a "wrapper worm" and attempts to execute it as a separate process.
However, it struggles to handle large binary files (several MB). Work is ongoing to resolve this issue.
Added several new tools to assist in building different types of worms.
Bug fixes: Many small fixes, and probably some new bugs as well! 😄