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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Tritium — KerberosベースのActive Directory向けパスワードスプレー用フレームワークで、ロックアウト防止、ユーザー列挙統合、再帰的パスワードスプレー、キャンペーン再開機能を内蔵しています。 | Kitploit
ツール/GitHubGitHub/aahmad097/tritium
パスワード攻撃ペネトレーションテスト認証
GitHubaahmad097/tritium

Tritium

KerberosベースのActive Directory向けパスワードスプレー用フレームワークで、ロックアウト防止、ユーザー列挙統合、再帰的パスワードスプレー、キャンペーン再開機能を内蔵しています。

リポジトリを見る
64124年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

Tritium

Kerberos事前認証を通じて有効なActive Directoryアカウントを列挙・スプレーするツール

背景

市場には多くのKerberosパスワードスプレーツールが存在しますが、以下の組み込み機能を備えたツールを見つけるのは困難でした:

  • ユーザーがドメインをロックアウトするのを防ぐ機能
  • ユーザ名の列挙をパスワードスプレープロセスと統合する機能(ユーザ列挙はスプレーとは別の機能です)
  • パスワードを一回ずつ実行するのではなく再帰的にスプレーする機能
  • パスワードスプレーを再開し、以前に侵害されたアカウントを無視する機能

Tritiumは上記のすべての問題を解決し、さらに多くの機能を提供します。ユーザ列挙は最初のスプレーの出力を使用して有効なユーザのファイルを生成するため、ログイン試行を無駄にしません。Tritiumはまた、パスワードファイルを渡して再帰的にパスワードをスプレーする機能をユーザーに提供します。そして最後に、Tritiumには、状態を保存し、連続して3つのアカウントがロックアウトされた場合にパスワードスプレーを終了することで、ドメインがパスワードスプレーによってロックアウトされるのを検出する機能が組み込まれています。

使い方

root@kitploit:~
 ./Tritium -h

        ___________      .__  __  .__               
        \__    ___/______|__|/  |_|__|__ __  _____  
          |    |  \_  __ \  \   __\  |  |  \/     \ 
          |    |   |  | \/  ||  | |  |  |  /  Y Y  \
          |____|   |__|  |__||__| |__|____/|__|_|__/ v 0.4
                                                                                          

          Author: S4R1N, alfarom256
 


 Required Params:

 -d            The full domain to use (-domain targetdomain.local)
 -dc           Domain controller to authenticate against (-dc washingtondc.targetdomain.local)
 -dcf          File of domain controllers to authenticate against 
 -u            Select single user to authenticate as (-user jsmith) 
 -uf           User file to use for password spraying (-userfile ~/home/users.txt)
 -p            Password to use for spraying (-password Welcome1)

 Optional: 

 -help         Print this help menu
 -o            Tritium Output file (default spray.json)
 -w            Wait time between authentication attempts [Default 1] (-w 0)    
 -jitter       % Jitter between authentication attempts      
 -rs           Enable recursive spraying 
 -ws           Wait time between sprays [Default 3600] (-ws 1800)
 -pwf          Password file to use for recursive 
 -res          Continue a password spraying campaign
 -rf           Tritium Json file 

開発中

以下は開発中の機能の一部です:

  • ^Cをキャプチャし、プロセスが手動で強制終了された場合に状態を保存する機能
  • その他いろいろ ;)
ツールをダウンロード