Commit 0bc2449b9e9f356f247fd09c65b61d659628a101

Authored by Philippe Lagadec
1 parent 9a505c80

updated readme for v0.08

README.md
... ... @@ -22,7 +22,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
22 22 News
23 23 ----
24 24  
25   -- **2015-01-05 v0.07**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious
  25 +- **2015-02-05 v0.08**: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) can now decode strings
  26 +obfuscated with Hex/StrReverse/Base64/Dridex and extract IOCs. Added new triage mode, support for non-western
  27 +codepages with olefile 0.42, improved API and display, several bugfixes.
  28 +- 2015-01-05 v0.07: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious
26 29 keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API,
27 30 upgraded OleFileIO_PL to olefile v0.41
28 31 - 2014-08-28 v0.06: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro
... ...
oletools/README.html
... ... @@ -13,7 +13,8 @@
13 13 <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p>
14 14 <h2 id="news">News</h2>
15 15 <ul>
16   -<li><strong>2015-01-05 v0.07</strong>: improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> 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</li>
  16 +<li><strong>2015-02-05 v0.08</strong>: <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> 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.</li>
  17 +<li>2015-01-05 v0.07: improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> 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</li>
17 18 <li>2014-08-28 v0.06: added <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a>, a new tool to extract VBA Macro source code from MS Office documents (97-2003 and 2007+). Improved <a href="https://bitbucket.org/decalage/oletools/wiki">documentation</a></li>
18 19 <li>2013-07-24 v0.05: added new tools <a href="https://bitbucket.org/decalage/oletools/wiki/olemeta">olemeta</a> and <a href="https://bitbucket.org/decalage/oletools/wiki/oletimes">oletimes</a></li>
19 20 <li>2013-04-18 v0.04: fixed bug in rtfobj, added documentation for <a href="https://bitbucket.org/decalage/oletools/wiki/rtfobj">rtfobj</a></li>
... ...
oletools/README.rst
... ... @@ -27,7 +27,13 @@ Software.
27 27 News
28 28 ----
29 29  
30   -- **2015-01-05 v0.07**: improved
  30 +- **2015-02-05 v0.08**:
  31 + `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`_ can
  32 + now decode strings obfuscated with Hex/StrReverse/Base64/Dridex and
  33 + extract IOCs. Added new triage mode, support for non-western
  34 + codepages with olefile 0.42, improved API and display, several
  35 + bugfixes.
  36 +- 2015-01-05 v0.07: improved
31 37 `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`_ to
32 38 detect suspicious keywords and IOCs in VBA macros, can now scan
33 39 several files and open password-protected zip archives, added a
... ...