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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
mXtract — mXtract - メモリ抽出・解析ツール | Kitploit
ツール/GitHubGitHub/rek7/mxtract
パスワードクラッキングメモリフォレンジックフォレンジック情報収集ペネトレーションテスト
GitHubrek7/mxtract

mXtract

mXtract - メモリ抽出・解析ツール

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

人気

すべて見る →

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

すべてのツールを探索

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

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

mXtract

Build Status License

mXtract は、メモリを解析・ダンプするオープンソースの Linux ベースのツールです。ペネトレーションテストツールとして開発されており、主な目的は正規表現を使用してメモリから秘密鍵、IP アドレス、パスワードをスキャンすることです。結果は正規表現の質に依存することを覚えておいてください。

スクリーンショット

スクリーンショット

詳細表示と単純な IP 正規表現を使用してスキャンし、すべてのデータセグメントをスキャン、プロセス情報を表示、環境ファイルをスキャンします。 スクリーンショット

詳細表示と単純な IP 正規表現を使用してスキャンし、ヒープとスタックのみをスキャン、プロセス情報を表示、環境ファイルをスキャンします。 スクリーンショット

詳細表示なしで、単純な IP 正規表現を使用してスキャンし、プロセス情報を表示、環境ファイルをスキャンします。

なぜメモリから直接ダンプするのか?

ほとんどの Linux 環境では、ユーザーはプロセスのメモリにアクセスできます。これにより、攻撃者は認証情報や秘密鍵、あるいは本来見られるべきではないがプログラムによって平文で処理されているデータを収集できます。

機能

  • 正規表現リストの入力機能
  • 明確で読みやすい表示
  • 現在の権限でメモリ範囲が書き込み可能かどうかの確認
  • XML および HTML 形式での出力(デフォルト出力は「プロセス名:結果」)
  • 全プロセスまたは特定の PID の一括スキャン機能
  • スキャンするメモリセクションの選択機能
  • 詳細なプロセス情報の表示機能
  • プロセス環境ファイルのスキャン機能
  • メモリダンプは自動的に Unicode 文字を除去するため、他のツールや手動での処理が可能

はじめに

  1. ダウンロード: git clone https://github.com/rek7/mXtract
  2. コンパイル: cd mXtract && sh compile.sh

これにより、bin/ ディレクトリが作成され、バイナリが mxtract としてコンパイルされます。

コマンド

root@kitploit:~
$ ./mxtract -h
           __  ___                  _     { V1.2 }
  _ __ ___ \ \/ / |_ _ __ __ _  ___| |_ 
 | '_ ` _ \ \  /| __| '__/ _` |/ __| __|
 | | | | | |/  \| |_| | | (_| | (__| |_ 
 |_| |_| |_/_/\_\\__|_|  \__,_|\___|\__|  https://github.com/rek7/mXtract
Usage: ./mxtract [args]
General:
        -v      Enable Verbose Output
        -s      Suppress Banner
        -h      Help
        -c      Suppress Colored Output
Target and Regex:
        -i      Show Detailed Process/User Info
        -a      Scan all Memory Ranges not just Heap/Stack
        -e      Scan Process Environment Files
        -w      Check if Memory Range is Writable
        -r=     Regex Database to Use
        -p=     Specify Single PID to Scan
Output:
        -x      Format Regex Results to XML
        -r      Format Regex Results to an HTML Document
        -wm     Write Raw Memory to File Default Directory is: 'pid/'
        -wi     Write Process Info to Beginning of File (Used in Conjunction with -wm)
        -wr     Write Regex Output to File (Will Appear in the Output Directory)
        -f=     Regex Results Filename Default is: 'regex_results.txt'
        -d=     Custom Ouput Directory
Either -r= or -wm needed

使用例

root@kitploit:~
$ ./mxtract -wm -wr -e -i -d=/tmp/output/ -r=example_regexes.db

掲載先:

  • https://www.kitploit.com/2019/03/mxtract-memory-extractor-analyzer.html
  • https://blog.hackersonlineclub.com/2019/03/mxtract-opensource-linux-based-memory.html
  • https://firmwaresecurity.com/2019/03/22/mxtract-linux-based-tool-that-analyses-and-dumps-memory/
  • https://twitter.com/TheHackersNews/status/1108987907711352833
  • https://twitter.com/binitamshah/status/1109832206220963841
  • https://twitter.com/Dinosn/status/1108958417354252289
ツールをダウンロード