MetaSmash is a Python script that can be used to enumerate and test metadata information within various file types, including PDF, DOCX, XLSX, PPTX, JPEG, PNG, BMP, GIF, and more. This tool can help to identify sensitive information that may be inadvertently embedded within files and can aid in identifying potential security risks.
- Clone the repository:
git clone https://github.com/aardwolfsecurityltd/MetaSmash.git
To run MetaSmash, navigate to the directory where the script is located and execute the following command:
python metasmash.py [file_path]
Replace [file_path]
with the path to the file that you wish to test.
MetaSmash will output metadata information found within the file, including the type of metadata and its value. This can include information such as author name, creation date, modification date, and more.
Contributions are welcome! Please feel free to submit pull requests or open issues on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.