Commit fad632c5d7e3d72c5eada042d153d8ae8a608ed8

Authored by Philippe Lagadec
1 parent eb29007c

updated readme with link to issue #10

README.md
... ... @@ -23,7 +23,7 @@ News
23 23 ----
24 24  
25 25 - **2015-05-06 v0.10**: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) now supports Word MHTML files
26   -with macros, aka "Single File Web Page" (.mht)
  26 +with macros, aka "Single File Web Page" (.mht) - see [issue #10](https://bitbucket.org/decalage/oletools/issue/10) for more info
27 27 - 2015-03-23 v0.09: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) now supports Word 2003 XML files,
28 28 added anti-sandboxing/VM detection
29 29 - 2015-02-08 v0.08: [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) can now decode strings
... ...
oletools/README.html
... ... @@ -4,7 +4,7 @@
4 4 <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p>
5 5 <h2 id="news">News</h2>
6 6 <ul>
7   -<li><strong>2015-05-06 v0.10</strong>: <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> now supports Word MHTML files with macros, aka &quot;Single File Web Page&quot; (.mht)</li>
  7 +<li><strong>2015-05-06 v0.10</strong>: <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> now supports Word MHTML files with macros, aka &quot;Single File Web Page&quot; (.mht) - see <a href="https://bitbucket.org/decalage/oletools/issue/10">issue #10</a> for more info</li>
8 8 <li>2015-03-23 v0.09: <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> now supports Word 2003 XML files, added anti-sandboxing/VM detection</li>
9 9 <li>2015-02-08 v0.08: <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>
10 10 <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>
... ...
oletools/README.rst
... ... @@ -29,7 +29,9 @@ News
29 29 - **2015-05-06 v0.10**:
30 30 `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ now
31 31 supports Word MHTML files with macros, aka "Single File Web Page"
32   - (.mht)
  32 + (.mht) - see `issue
  33 + #10 <https://bitbucket.org/decalage/oletools/issue/10>`__ for more
  34 + info
33 35 - 2015-03-23 v0.09:
34 36 `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ now
35 37 supports Word 2003 XML files, added anti-sandboxing/VM detection
... ...