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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
SauronEye — 特定の単語を含む特定のファイルを検索するツール、例えばパスワードを含むファイル.. | Kitploit
ツール/GitHubGitHub/vivami/sauroneye
OSINT (オープンソースインテリジェンス)パスワード攻撃情報収集ペネトレーションテストレッドチーミング
GitHubvivami/sauroneye

SauronEye

特定の単語を含む特定のファイルを検索するツール、例えばパスワードを含むファイル..

リポジトリを見る
765943ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

SauronEye

SauronEyeは、レッドチームが特定のキーワードを含むファイルを見つけるための検索ツールです。

特徴:

  • 複数の(ネットワーク)ドライブを検索
  • ファイルの内容を検索
  • Microsoft Officeファイル(.doc、.docx、.xls、.xlsx)の内容を検索
  • 古い2003形式の.xlsおよび.docファイル内のVBAマクロを検出
  • パフォーマンス向上のため、複数ドライブをマルチスレッドで検索
  • 検索キーワードに正規表現をサポート
  • Cobalt Strikeのexecute-assemblyと互換性あり

また非常に高速で、現実的なファイルフィルターを使用すれば、ネットワークドライブ上で50,000ファイル、合計1.3TBを1分未満で処理できます。安価なSATA SSD上のC:\を約15秒で検索します。

使用例

root@kitploit:~
C:\>SauronEye.exe -d C:\Users\vincent\Desktop\ --filetypes .txt .doc .docx .xls --contents --keywords password pass* -v`

         === SauronEye ===

Directories to search: C:\Users\vincent\Desktop\
For file types: .txt, .doc, .docx, .xls
Containing: wacht, pass
Search contents: True
Search Office 2003 files for VBA: True
Max file size: 1000 KB
Search Program Files directories: False
Searching in parallel: C:\Users\vincent\Desktop\
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy (2).txt
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy (3).txt
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy.txt
[+] C:\Users\vincent\Desktop\test\wachtwoord.txt
[+] C:\Users\vincent\Desktop\pass.txt
[*] Done searching file system, now searching contents
[+] C:\Users\vincent\Desktop\pass.txt
         ...the admin password=admin123...

[+] C:\Users\vincent\Desktop\test.docx:
         ...this is a testPassword = "welkom12...


 Done. Time elapsed = 00:00:01.6656911

複数のディレクトリ(ネットワークドライブを含む)を検索:

SauronEye.exe --directories C:\ \\SOMENETWORKDRIVE\C$ --filetypes .txt .bat .docx .conf --contents --keywords password pass*

スペースを含むパスや共有フォルダを検索:

SauronEye.exe -d "C:\Users\user\Path with a space" -d "\\SOME NETWORK DRIVE\C$" --filetypes .txt --keywords password pass*

root@kitploit:~
C:\>SauronEye.exe --help

         === SauronEye ===

Usage: SauronEye.exe [OPTIONS]+ argument
Search directories for files containing specific keywords.

Options:
  -d, --directories=VALUE    Directories to search
  -f, --filetypes=VALUE      Filetypes to search for/in
  -k, --keywords=VALUE       Keywords to search for
  -c, --contents             Search file contents
  -m, --maxfilesize=VALUE    Max file size to search contents in, in kilobytes
  -b, --beforedate=VALUE     Filter files last modified before this date,
                                format: yyyy-MM-dd
  -a, --afterdate=VALUE      Filter files last modified after this date,
                                format: yyyy-MM-dd
  -s, --systemdirs           Search in filesystem directories %APPDATA% and %
                               WINDOWS%
  -v, --vbamacrocheck        Check if 2003 Office files (*.doc and *.xls)
                               contain a VBA macro
  -h, --help                 Show help

備考

SauronEyeは%WINDIR%と%APPDATA%は検索しません。 --systemdirsフラグを使用してProgram Files*の内容を検索します。 SauronEyeは.NET 4.7.2以降でのみ利用可能な機能に依存しているため、実行には.NET 4.7.2以上が必要です。

ツールをダウンロード