From 0bc2449b9e9f356f247fd09c65b61d659628a101 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Thu, 5 Feb 2015 16:00:39 +0100 Subject: [PATCH] updated readme for v0.08 --- README.md | 5 ++++- oletools/README.html | 3 ++- oletools/README.rst | 8 +++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 431f7b2..50b34bb 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-01-05 v0.07**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious +- **2015-02-05 v0.08**: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) can now decode strings +obfuscated with Hex/StrReverse/Base64/Dridex and extract IOCs. Added new triage mode, support for non-western +codepages with olefile 0.42, improved API and display, several bugfixes. +- 2015-01-05 v0.07: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API, upgraded OleFileIO_PL to olefile v0.41 - 2014-08-28 v0.06: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro diff --git a/oletools/README.html b/oletools/README.html index e603406..4f701a8 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -13,7 +13,8 @@

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

News