KittyCluster is a KittySploit UI extension for managing authorized KittySploit nodes from a central dashboard.
- Register remote KittySploit nodes with URL, token, role, tags, and coordinates
- Check node health and visualize the topology on a map-style view
- Send KittySploit CLI commands to one node or to all enabled nodes
- Keep a local command dispatch history
- Run the same extension in node mode to expose
/api/node/statusand/api/node/command
From the KittySploit-framework console:
kittysploit> market install kittyclusterThe marketplace installer downloads the extension into extensions/kittycluster/ and creates a launcher at the KittySploit project root:
Start the dashboard from the KittySploit root directory:
python3 launch_kittycluster.pyThen open the web interface (default: http://127.0.0.1:8668).
Commands are executed through the same CommandRegistry path as the KittySploit CLI. Interactive/session-breaking commands are blocked, and dangerous commands require explicit confirmation from the UI/API.
![]() |
![]() |
| Network topology | Command view |

