バイブハッカー メタスプロイト MCP
AI エージェントが Metasploit 機能と対話できるようにする、Metasploit Framework 用の FastMCP ベースのインターフェース。
前提条件
Python 3.10以上
メタスプロイトフレームワーク
uv (Python パッケージ マネージャー)
UVを使ったセットアップ
このプロジェクトでは、依存関係の管理にuvを使用します。uv は、高速で信頼性の高い Python パッケージ インストーラーおよびリゾルバーです。
uvのインストール
uv がインストールされていない場合:
プロジェクトのセットアップ
リポジトリをクローンします。
uv を使用して仮想環境を作成し、アクティブ化します。
依存関係をインストールします:
Metasploit RPCサーバーの実行
アプリケーションを実行する前に、Metasploit RPC サーバーを起動します。
または、より簡単なコマンドを使用して、デフォルト ポート (55553) で RPC サーバーをバックグラウンドで起動します。
環境変数
次の環境変数を設定します。
アプリケーションの実行
またはツールをテストする
特徴
利用可能なMetasploitエクスプロイトの一覧
利用可能なペイロードを一覧表示する
ペイロードを生成する
ターゲットに対してエクスプロイトを実行する
スキャン対象
アクティブセッションを管理する
セッションにコマンドを送信する
ライセンス
詳細については、 LICENSEファイルを参照してください。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Metasploit Framework 用の FastMCP ベースのインターフェース。AI エージェントが Metasploit の機能と対話して、エクスプロイト、ペイロード生成、ターゲット スキャン、セッション管理を実行できるようになります。
Related MCP Servers
- -securityAlicense-qualityA FastMCP server implementation that provides a standardized interface for accessing AI models hosted on Replicate's API, currently supporting image generation with customizable parameters.Last updated -3MIT License
MCP-Hyperskillofficial
-securityFlicense-qualityA FastMCP integration with Hyperskill that allows AI agents to explain programming topics and search for programming resources using Hyperskill's learning materials.Last updated -1- -securityAlicense-qualityProvides a bridge between large language models and the Metasploit Framework, enabling AI assistants to access and control penetration testing functionality through natural language.Last updated -295Apache 2.0
- -securityFlicense-qualityA simple Meta-agent Communication Protocol server built with FastMCP framework that provides 'echo' and 'dummy' tools via Server-Sent Events for demonstration and testing purposes.Last updated -