.doc, .xls, .ppt
oledump report
JSON
Dockerfile linkslatest (oledump/Dockerfile)1. Clone the repository
git clone https://gitlab.com/CinCan/tools.git
cd tools/oledump
2. Build OR pull the docker image
docker build . -t cincan/oledump
docker pull cincan/oledump
3. Run the docker container
Example 1. List streams
$ docker run --rm -v $(pwd):/input cincan/oledump /input/samples/testfile.docm
Example 2. Identify encryption version
$ docker run --rm -v $(pwd):/input cincan/oledump -p plugin_office_crypto /input/samples/testfile.docm
Example 3. Dump a stream's content using the CinCan command line tool:
$ cincan run cincan/oledump -s <STREAM NUMBER> samples/testfile.docm
Content type
Image
Digest
Size
26.5 MB
Last updated
about 4 years ago
docker pull cincan/oledump