From 58773840d711524d0381cd2dac6e3fe5f1a8acf7 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Fri, 29 May 2015 22:48:12 +0200 Subject: [PATCH] updated setup and doc for oletools 0.11 --- README.md | 5 ++++- oletools/README.html | 3 ++- oletools/README.rst | 7 ++++++- oletools/doc/Home.html | 2 +- oletools/doc/Home.md | 2 +- oletools/doc/olevba.html | 2 +- oletools/doc/olevba.md | 2 +- setup.py | 2 +- 8 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9e83976..fc3a977 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. News ---- -- **2015-05-06 v0.10**: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) now supports Word MHTML files +- **2015-05-29 v0.11**: Improved parsing of MHTML and ActiveMime/MSO files in +[olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), added several suspicious keywords to VBA scanner +(thanks to @ozhermit and Davy Douhine for the suggestions) +- 2015-05-06 v0.10: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) now supports Word MHTML files with macros, aka "Single File Web Page" (.mht) - see [issue #10](https://bitbucket.org/decalage/oletools/issue/10) for more info - 2015-03-23 v0.09: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) now supports Word 2003 XML files, added anti-sandboxing/VM detection diff --git a/oletools/README.html b/oletools/README.html index d2a7a6d..2e98a3e 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -4,7 +4,8 @@

Note: python-oletools is not related to OLETools published by BeCubed Software.

News