From 4deb73d245b37fe1da0c4a6ffdc286a4fb3aa751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 9 May 2016 17:38:32 +0200 Subject: [PATCH] Use own version of officedissector. --- .travis.yml | 6 ++++-- bin/README.md | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a746445..00b2606 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,9 @@ install: - sudo apt-get install -y libreoffice - sudo apt-get install -y unoconv # filecheck.py dependencies - - pip install officedissector lxml exifread pillow + - sudo apt-get install libxml2-dev libxslt1-dev + - pip install lxml exifread pillow + - pip install git+https://github.com/Rafiot/officedissector.git - if [ $(python -c 'import sys; print(sys.version_info.major)') == '2' ]; then pip install oletools olefile ; fi - wget https://didierstevens.com/files/software/pdfid_v0_2_1.zip - unzip pdfid_v0_2_1.zip @@ -72,7 +74,7 @@ install: - mv path-traversal-samples/zip/*.zip tests/src/ - mv path-traversal-samples/rar/*.rar tests/src/ # Office docs - - git clone https://github.com/grierforensics/officedissector.git + - git clone https://github.com/Rafiot/officedissector.git - mv officedissector/test tests/src2/ script: diff --git a/bin/README.md b/bin/README.md index 7807129..d6e60df 100644 --- a/bin/README.md +++ b/bin/README.md @@ -21,8 +21,9 @@ Requirements by type of document: ``` - sudo apt-get install p7zip-full p7zip-rar + sudo apt-get install p7zip-full p7zip-rar libxml2-dev libxslt1-dev pip install lxml officedissector git+https://github.com/ahupp/python-magic.git oletools olefile + pip install git+https://github.com/Rafiot/officedissector.git # pdfid is not a package, installing manually wget https://didierstevens.com/files/software/pdfid_v0_2_1.zip unzip pdfid_v0_2_1.zip