Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,521
  • Compare
  • Branches 1
  • Tags 0
  • oletools
  • tests
  • test-data
09 Jul, 2019
1 commit
  • olevba: slight fix to avoid a test to fail by mistake
    96f2cffd
    decalage2 authored
    2019-07-09 19:59:55 +0200  
    Browse Dir »

29 Apr, 2019
1 commit
  • tests: Add another sample ...
    5dfba516
    This is an interesting one since "our" old implementation of is_encrypted
    claims that the embedded file is still encrypted (which it is not), but
    the msoffcrypto-is_encrypted gets it right.
    Christian Herdtweck authored
    2019-04-29 12:01:35 +0200  
    Browse Dir »

02 Apr, 2019
1 commit
  • tests: add open office samples to oleobj test ...
    ee87aca4
    oleobj cannot detect yet that these are open office, but it can now
    treat them like regular zip files and find embedded objects in them.
    
    Samples are harmless, were created by me.
    Christian Herdtweck authored
    2019-04-02 14:04:33 +0200  
    Browse Dir »

25 Mar, 2019
2 commits
  • setup: bumped version to 0.54dev12
    8d15762e
    decalage2 authored
    2019-03-25 22:16:34 +0100  
    Browse Dir »
  • tests: add 4 clean example files for default-encryption ...
    5ab52bb6
    These 4 files contain dde-links to calc.exe and are encrypted with
    excel's standard password.
    Christian Herdtweck authored
    2019-03-25 11:47:34 +0100  
    Browse Dir »

21 Mar, 2019
1 commit
  • tests: add encrypted excel samples ...
    ddeeb743
    These are encrypted with the standard password hard-coded into excel to
    implement a form of write protection
    Christian Herdtweck authored
    2019-03-21 17:53:46 +0100  
    Browse Dir »

30 Oct, 2018
2 commits
  • Merge pull request #317 from samiraguiar/oleobj-detect-external ...
    79159242
    oleobj: detect external links
    Philippe Lagadec authored
    2018-10-30 19:53:02 +0100  
    Browse Dir »
  • tests: add encrypted office files to sample set ...
    d7a7c7b2
    Samples were created by me using Office 2010 on a Windows 7 machine,
    password is "encrypted", contents is trivial (no links, macros, ...)
    
    Encryption should be the CryptoAPI RC4 Encryption (see [MS-OFFCRYPTO])
    Christian Herdtweck authored
    2018-10-30 12:18:59 +0100  
    Browse Dir »

01 Jun, 2018
1 commit
  • oleobj: unit tests for external links
    a5ac0720
    Samir Aguiar authored
    2018-06-01 11:13:46 -0300  
    Browse Dir »

30 May, 2018
1 commit
  • oleform test file (issue with git?)
    21668c16
    decalage2 authored
    2018-05-30 22:34:04 +0200  
    Browse Dir »

23 May, 2018
1 commit
  • Add test sample
    e860d4fe
    Vincent Brillault authored
    2018-05-23 22:44:09 +0200  
    Browse Dir »

25 Apr, 2018
1 commit
  • Merge pull request #194 from samiraguiar/oleid-openxml-encryption ...
    7c34036c
    oleid: detect OpenXML encryption
    Philippe Lagadec authored
    2018-04-25 05:59:40 +0200  
    Browse Dir »

14 Feb, 2018
2 commits
  • unittest: add tests to msodde for single-xml files
    f0fe1d4e
    Christian Herdtweck authored
    2018-02-14 09:05:53 +0100  
    Browse Dir »
  • unittest: add tests for single-xml office files
    4f1e8a8d
    Christian Herdtweck authored
    2018-02-14 09:05:53 +0100  
    Browse Dir »

01 Feb, 2018
1 commit
  • File to test #251 issue
    9a7b6556
    Javier Rascón Mesa authored
    2018-02-01 14:11:38 +0100  
    Browse Dir »

19 Jan, 2018
1 commit
  • unittests: add more sample files for oleobj; test non-streamed ...
    5c5fccf9
    The pre-read test found a bug in oleobj for zipped-xml files. Will fix with
    next commit.
    Christian Herdtweck authored
    2018-01-19 10:31:29 +0100  
    Browse Dir »

17 Jan, 2018
2 commits
  • unittests: add more samples to oleobj test
    46920be6
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »
  • unittest: add 3 tests with 6 samples for oleobj
    1ee956aa
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »

05 Jan, 2018
1 commit
  • unittest: add simple csv file and test it
    59a85138
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »

07 Dec, 2017
1 commit
  • unittests: add clean rtf-file to msodde unittest - FAILS
    795517fe
    Christian Herdtweck authored
    2017-12-07 13:11:15 +0100  
    Browse Dir »

29 Nov, 2017
1 commit
  • unittest: add xlsb test file
    80fe04d6
    Christian Herdtweck authored
    2017-11-29 21:38:58 +0100  
    Browse Dir »

23 Nov, 2017
2 commits
  • unittest: add excel 2007+ test files to msodde-test
    abf93bda
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »
  • unittest: remove file type from test module names and data dirs ...
    0eb0d794
    Will add excel test code and samples later, no need to have separate
    folders for different file types.
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »

08 Nov, 2017
1 commit
  • oleid: unit test for encrypted files detection
    1723e4db
    Samir Aguiar authored
    2017-11-08 22:01:10 -0200  
    Browse Dir »

02 Nov, 2017
1 commit
  • msodde: add detecting an utf-16le dde string.
    0c3e86bf
    kijeong kim authored
    2017-11-02 21:18:51 +0100  
    Browse Dir »

27 Oct, 2017
1 commit
  • unittest: add/update test files for msodde; adjust code
    1ad45c57
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »

25 Oct, 2017
1 commit
  • Add unit tests for msodde return codes ...
    7c83ad38
    The test documents supplied here may contain DDE links but these
    only start calc.exe. No links to web pages there.
    Christian Herdtweck authored
    2017-10-25 18:05:35 +0200  
    Browse Dir »

20 Oct, 2017
1 commit
  • Initial support for unit tests (#201)
    661cd5eb
    Samir Aguiar authored
    2017-10-20 17:22:56 +0200  
    Browse Dir »