# Doctrack
Tool to insert tracking pixels into Office Open XML documents.
## Features
* Insert tracking pixels into Office Open XML documents (Word and Excel)
* Inject template URL (aka Remote Template Injection)
* Inspect external target URLs and metadata
## Installation
You will need to download [.Net Core SDK](https://dotnet.microsoft.com/download/) for your platform. Then, to build single binary on Windows:
```cmd
$ git clone https://github.com/wavvs/doctrack.git
$ cd doctrack/
$ dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true
```
On Linux:
```bash
$ dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true
```
## Usage
```cmd
$ doctrack --help
Tool to insert tracking pixels into Office Open XML documents.
Copyright (C) 2021 doctrack
-i, --input Input filename.
-o, --output Output filename.
-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 external targets.
--help Display this help screen.
```
Insert tracking pixel and change document metadata:
```cmd
$ doctrack -i test.docx -o test.docx --metadata metadata.json --url http://test.url/image.png
```
Insert remote template URL (aka Remote Template Injection):
```cmd
$ doctrack -i test.docx -o test.docx --url http://test.url/template.dotm --template
```
Inspect external target URLs and metadata:
```cmd
$ 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: Tool to insert tracking pixels into Office Open XML documents.
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:
```
没有合适的资源?快使用搜索试试~ 我知道了~
doctrack:将跟踪像素插入Office Open XML文档的工具
共11个文件
cs:4个
gitattributes:1个
md:1个
需积分: 13 1 下载量 162 浏览量
2021-05-06
15:05:40
上传
评论
收藏 13KB ZIP 举报
温馨提示
Doctrack 将跟踪像素插入Office Open XML文档的工具。 特征 将跟踪像素插入Office Open XML文档(Word和Excel) 注入模板URL(又名远程模板注入) 检查外部目标URL和元数据 安装 您将需要为您的平台下载 。 然后,在Windows上构建单个二进制文件: $ git clone https://github.com/wavvs/doctrack.git $ cd doctrack/ $ dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true 在Linux上: $ dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true 用法 $ doctrack --help Tool to insert tr
资源详情
资源评论
资源推荐
收起资源包目录
doctrack-master.zip (11个子文件)
doctrack-master
.gitattributes 2KB
LICENSE 1KB
README.md 2KB
.gitignore 6KB
doctrack
SpreadsheetDocumentExt.cs 7KB
Program.cs 6KB
metadata.json 484B
doctrack.csproj 412B
WordprocessingDocumentExt.cs 5KB
Utils.cs 3KB
doctrack.sln 1KB
共 11 条
- 1
工程求知者
- 粉丝: 623
- 资源: 4607
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0