Lab Environment: Kali Linux + Hexstrike AI MCP + Claude Desktop π― Task Setup the HexStrike MCP Server on Kali Linux and connect it with Claude Desktop AI. So you can run AI-powered security tools directly from your terminal environment. π§ͺ Solution Step 1 β Download & Install Claude Desktop on Kali Linux Install Claude Desktop on Kali Linux using the community Debian package hosted on GitHub: π https://github.com/aaddrick/claude-desktop-debian Run the following commands one by one in your terminal: # Add the GPG key curl -fsSL https://pkg.claude-desktop-debian.dev/KEY.gpg | sudo gpg –dearmor -o /usr/share/keyrings/claude-desktop.gpg # Add the repository echo “deb Read More …
