This is a cross-platform python framework that permits you to create custom payloads for Windows, Mac OSX, and UNIX moreover. you’re ready to choose whether or not the payload binds to a selected scientific discipline and port, listens for an association on a port, the choice to send associate degree email of system data once the system boots, associate degree choice to begin keylogger on boot. Payloads created will Python RAT solely run on the OS that they were created on.
All communication between the host and target is AES encrypted. Every Stitch program generates an AES key which is then put into all payloads. To access a payload the AES keys must match. To connect from a different system running Stitch you must add the key by using the showkey command from the original system and the addkey command on the new system.
The “stitchgen” command gives the user the option to create NSIS installers on Windows and Makeself installers on posix machines. For Windows, the installer packages the payload and an elevation exe ,which prevents the firewall prompt and adds persistence, and places the payload on the system. For Mac OSX and Linux, the installer places the payload and attempts to add persistence. To create NSIS installers you must download and install NSIS.
For easy installation run the following command that corresponds to your OS:
# for Windows
pip install -r win_requirements.txt
# for Mac OSX
pip install -r osx_requirements.txt
# for Linux
pip install -r lnx_requirements.txt
python main.py or ./main.py
The Silk Wasm is a tool designed to obfuscate HTML smuggling techniques using WebAssembly (Wasm).…
TokenSmith is a powerful tool designed to generate Entra ID access and refresh tokens, catering…
Sunder is a Windows rootkit inspired by the Lazarus Group's FudModule rootkit, designed to exploit…
AgentTesla is a sophisticated and persistent malware that has been a significant cybersecurity threat since…
The ability to execute commands silently using cmd.exe while redirecting both standard output (STDOUT) and…
The Process Inject Kit is a specialized toolkit designed to enhance and customize process injection…