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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
doctrack — Office Open XML文書を操作・武器化するツール。 | Kitploit
ツール/GitHubGitHub/wavvs/doctrack
フィッシングツールペイロード生成情報収集レッドチーミング
GitHubwavvs/doctrack

doctrack

Office Open XML文書を操作・武器化するツール。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Doctrack

Office Open XML ドキュメントを操作および悪用するためのツール。

機能

  • Office Open XML ドキュメント (Word, Excel) の作成
  • トラッキングピクセルと UNC パスの挿入
  • リモートテンプレートインジェクション
  • CustomXML パーツの挿入
  • 外部ターゲット URL、メタデータ、Custom XML パーツの検査

インストール

.Net 6.0 をダウンロードする必要があります。次に、Windows で単一のバイナリをビルドするには:

root@kitploit:~
$ git clone https://github.com/wavvs/doctrack.git
$ cd doctrack/
$ dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true

Linux の場合:

root@kitploit:~
$ dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true

使い方

root@kitploit:~
$ doctrack --help
Tool to manipulate and weaponize Office Open XML documents.

  -i, --input          Input filename. If doesn't exist, new file is created.
  -o, --output         Output filename. If not set, document is saved as --input
                       file.
  -m, --metadata       Metadata to supply (JSON file).
  -u, --url            URL to insert.
  -e, --template       (Default: false) If set, enables template URL injection.
  -s, --inspect        (Default: false) Inspect document.
  -c, --custom-part    Insert a Custom XML part (XML file)
  --help               Display this help screen.

Word 文書を作成し、文書メタデータを変更する:

root@kitploit:~
$ doctrack -i test.docx -m metadata.json

トラッキングピクセルを挿入し、文書メタデータを変更する:

root@kitploit:~
$ doctrack -i test.docx -o test.docx --metadata metadata.json --url http://test.url/image.png

リモートテンプレート URL を挿入する (別名 Remote Template Injection):

root@kitploit:~
$ doctrack -i test.docx -o test.docx --url http://test.url/template.dotm --template

Custom XML パーツを挿入する:

root@kitploit:~
$ doctrack -i test.docx -o test.docx -c part.xml

外部ターゲット URL、メタデータ、Custom XML パーツを検査する:

root@kitploit:~
$ doctrack -i test.docx --inspect
[External targets]
Part: /word/document.xml, ID: R8783bc77406d476d, URI: http://test.url/image.png
Part: /word/settings.xml, ID: R33c36bdf400b44f6, URI: http://test.url/template.dotm

[Metadata]
Creator: wavvs
Title: doctrack
Subject:
Category:
Keywords:
Description:
ContentType:
ContentStatus:
Version:
Revision:
Created: 13.10.2020 23:20:39
Modified: 13.10.2020 23:20:39
LastModifiedBy:
LastPrinted: 13.10.2020 23:20:39
Language:
Identifier:

[CustomXML Parts]
Part: /customXML/item.xml (25 bytes)
ツールをダウンロード