🛠️ Step-by-Step Guide to Installing Xeuledoc
Xeuledoc is a Python-based tool that extracts metadata from public Google documents—like Docs, Sheets, Slides, and more.
🔧 Prerequisites
- Python 3 installed on your system
- Internet connection
- Basic familiarity with command line
🐍 Installation via PyPI (Recommended)
- Open Command Prompt or Terminal
- Install Xeuledoc
pip3 install xeuledoc
- Run the tool
xeuledoc <URL-of-public-Google-document>
Replace
<URL-of-public-Google-document>
with the actual link.
🧬 Installation via GitHub (Alternative)
- Clone the repository
git clone https://github.com/Malfrats/xeuledoc.git
- Navigate to the folder
cd xeuledoc
- Install manually
python3 setup.py install
🌟 Benefits of Using Xeuledoc
Xeuledoc is especially useful for digital forensics and open-source intelligence (OSINT). Here’s what makes it stand out:
- 🔍 Metadata Extraction
Reveals the document owner’s name, Gmail address, and Google ID from public files. - 🧠 Wide Compatibility
Works with Google Docs, Sheets, Slides, Drawings, My Maps, Apps Script, and Jamboard. - 🕵️♂️ Non-Intrusive Investigation
No need to log in or request access—just use the public URL. - 🧰 Open-Source & Lightweight
Easy to install, modify, and integrate into larger OSINT workflows. - 🧑💻 Ideal for Investigators & Researchers
Helps uncover connections and verify identities using publicly available data.
GitHub – Malfrats/xeuledoc: Fetch information about a public Google document.
-jT