Skip to main content

exiftool

Good for pulling metadata out of files

Example for pulling metadata out of PDFs

exiftool *.pdf | grep -i -e "===" -e "File Name" -e "Creator" -e "Create Date"

Here's an example of using exiftool with Google Dorking.