https://github.com/nccgroup/metadataplus
A tool to use novel locations to extract metadata from Office documents.
https://github.com/nccgroup/metadataplus
excel metadata office security word
Last synced: about 1 year ago
JSON representation
A tool to use novel locations to extract metadata from Office documents.
- Host: GitHub
- URL: https://github.com/nccgroup/metadataplus
- Owner: nccgroup
- License: apache-2.0
- Created: 2023-06-15T06:43:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T02:26:45.000Z (about 3 years ago)
- Last Synced: 2025-04-04T07:51:12.289Z (about 1 year ago)
- Topics: excel, metadata, office, security, word
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 62
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
MetadataPlus V.1.0 - Chris Nevin @ NCCGroup
A tool to extract metadata from Microsoft Office files that includes new locations not checked in other tools.
Example Usage:
Run on compatible documents in the directory it is in:
MetaDataPlus.exe
Specify input folder:
MetaDataPlus.exe -i=c:\Docs
Run on every file in folder (not just those known to work):
MetaDataPlus.exe -a
Extract images to Media folder (for manual EXIF examingation), and embedded documents to Embed folder (to include manually in later metadata analysis):
MetaDataPlus.exe -m -e
Include user defined search string:
MetaDataPlus.exe -s=apikey
View help file:
MetaDataPlus.exe -h