Home » Tools » 17. OSINT Tools » 3. Metagoofil

3. Metagoofil

Description:
Metagoofil is a tool used to extract metadata from public documents like PDFs, Word files, and presentations. It collects data such as usernames, software versions, and server paths, which can be valuable for further reconnaissance.

Examples:

    1. Run Metagoofil:
      • metagoofil -d example.com -t pdf -n 20 -o output -f results.html

Explanation: Searches example.com for PDF files, extracts metadata from the first 20 files, and saves the results to an HTML file (results.html).

Scroll to Top