winbox

totekuh/winbox
★ 2 stars Python Code/Dev Tools Updated today
Run Windows pentest tools transparently from Kali via headless QEMU/KVM. Includes hypervisor-level kernel debugger (EDR-invisible, hardware breakpoints by default) + MCP server (51 tools for AI agents).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "winbox": {
      "command": "uvx",
      "args": [
        "winbox"
      ]
    }
  }
}

Or install with pip: pip install winbox

README Excerpt

Run Windows pentest tools from Kali. Transparently. winbox manages a headless Windows Server Core 2022 VM via QEMU/KVM. Type `winbox exec SharpHound.exe -c All -d corp.local` on your Kali box and it Just Works — the VM starts automatically, runs the command, and prints the output. ```console $ winbox setup -y # one-time: builds the VM (~20 min)

Tools (2)

genisoimagewget

Topics

clihackingkalikali-linuxkvmoffensive-securitypentestpythonqemured-teamsecurityvirtualizationwindowswindows-vm