Skip to content

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.

License

Notifications You must be signed in to change notification settings

Vector-OS/Storm-Kitty-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Storm Kitty Builder

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.


πŸš€ Features

  • βœ… 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

πŸ“¦ Requirements

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

πŸ€– Telegram Bot Setup

Storm Kitty Builder supports Telegram integration for live alert delivery. To enable:

  1. Open Telegram and start a chat with @BotFather.
  2. Run /newbot, assign it a name and username (e.g., StormKittyNotifierBot).
  3. Copy your bot token.
  4. Replace the placeholder TELEGRAM_BOT_TOKEN and CHAT_ID in your configuration file or code.
  5. Get your CHAT_ID by 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";

πŸ§ͺ How to Use

  1. Download or clone the repository:

    git clone https://github.com/Vector-OS/Storm-Kitty-Builder
  2. Open the solution in Visual Studio or run the StormKittyBuilder.exe directly.

  3. Configure Telegram credentials inside the builder interface or config file.

  4. Click Build to generate the payload using the stub.exe.


πŸ“ Project Structure

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!

πŸ“Œ Notes

  • Make sure your antivirus does not block or quarantine stub.exe or StormKittyBuilder.exe during testing.
  • Telegram alerts must have a valid bot token and chat ID.
  • Always test in a controlled, secure environment.

⚠️ Disclaimer

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.


⭐ Support & Contribution

If you find this project helpful:

  • ⭐ Star the repository
  • πŸ› οΈ Submit feature requests or issues
  • 🀝 Pull requests are welcome!

Crafted with ⚑ by Vector-OS

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published