Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
sec-gemini — Sec-Gemini is a cutting-edge AI model designed to enhance cybersecurity capabilities and empower defenders in the ongoing battle against cyber threats. | Kitploit
ツール/GitHubGitHub/google/sec-gemini
Defensive ToolsMachine LearningAI Security
GitHubgoogle/sec-gemini

sec-gemini

Sec-Gemini is a cutting-edge AI model designed to enhance cybersecurity capabilities and empower defenders in the ongoing battle against cyber threats.

リポジトリを見るウェブサイト
651941ヶ月前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Sec-Gemini SDK と CLI

このリポジトリには、Google の実験的なサイバーセキュリティ特化型 AI である Sec-Gemini 用の SDK と CLI が含まれています。

SDK

SDK は次の言語で利用できます。

  • Python: sec-gemini-python/
  • TypeScript: sec-gemini-ts/

Web サイトへの統合を容易にする Web コンポーネントもあります。読み込み方は次のとおりです。

root@kitploit:~
<sec-gem-chat
      incognito="true"
      session-id=""
      session-name="TestName"
      session-description="TestDescription"
      session-prompt=""
      theme="dark"
      api-key="..."
    >
    </sec-gem-chat>
<script src='https://cdn.jsdelivr.net/npm/sec-gemini-web-component/dist/swc.iife.js'>

CLI

CLI は Linux と macOS にインストールできます。

root@kitploit:~
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/sec-gemini/releases/download/cli/sec-gemini-v0.0.4/sec-gemini-installer.sh | sh

Windows の場合:

root@kitploit:~
powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/sec-gemini/releases/download/cli/sec-gemini-v0.0.4/sec-gemini-installer.ps1 | iex"

asciicast

Web サイト

Sec-Gemini の詳細については、https://secgemini.google をご覧ください。

免責事項

これは Google が公式にサポートする製品ではありません。このプロジェクトは Google オープンソースソフトウェア脆弱性報奨金プログラム の対象外です。

ツールをダウンロード