Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
metagoofil — Harvests metadata from public documents (PDF, DOC, XLS, PPT) found via Google to extract usernames, file paths, and emails for OSINT reconnaissance. | Kitploit
Tools/GitHubGitHub/laramies/metagoofil
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail HarvestingCrawler
GitHublaramies/metagoofil

metagoofil

Harvests metadata from public documents (PDF, DOC, XLS, PPT) found via Google to extract usernames, file paths, and emails for OSINT reconnaissance.

View Repository
1.3k2342 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

*Metagoofil 2.2 * *Coded by Christian Martorella * *www.edge-security.com * *[email protected] *


What is this?

Metagoofil is a tool for extracting metadata of public documents (pdf,doc,xls,ppt,etc) availables in the target websites.This information could be useful because you can get valid usernames, people names, for using later in bruteforce password attacks (vpn, ftp, webapps), the tool will also extracts interesting "paths" of the documents, where we can get shared resources names, server names, etc.

This new version will also extract emails addresses from PDF and Word documents content.

How it works?

The tool first perform a query in Google requesting different filetypes that can have useful metadata (pdf, doc, xls,ppt,etc), then will download those documents to the disk and extracts the metadata of the file using specific libraries for parsing different file types (Hachoir, Pdfminer, etc)

Dependencies:

In this version all depencies are included.

Shouts goes to: Javi, Vicente, and all Metagoofil users :) Thanks Pdfminer, Hachoir for their great libraries.

Changelog 2.2:

-Fixed Google parser -Fixed email regexp -Fixed leading space in results -Fixed local analysis

Download Tool