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.
python-oletools v0.10 documentation
+python-oletools v0.11 documentation
===================================
This is the home page of the documentation for python-oletools. The latest version can be found
online, otherwise a copy is provided in the doc subfolder of the package.
diff --git a/oletools/doc/Home.md b/oletools/doc/Home.md index 9fbac84..8b6f9de 100644 --- a/oletools/doc/Home.md +++ b/oletools/doc/Home.md @@ -1,4 +1,4 @@ -python-oletools v0.10 documentation +python-oletools v0.11 documentation =================================== This is the home page of the documentation for python-oletools. The latest version can be found diff --git a/oletools/doc/olevba.html b/oletools/doc/olevba.html index a009529..82b4da9 100644 --- a/oletools/doc/olevba.html +++ b/oletools/doc/olevba.html @@ -16,7 +16,7 @@Word 97-2003 (.doc, .dot)
Word 2007+ (.docm, .dotm)
Word 2003 XML (.xml)
Word MHTML, aka Single File Web Page (.mht)
Word/Excel MHTML, aka Single File Web Page (.mht)
Excel 97-2003 (.xls)
Excel 2007+ (.xlsm, .xlsb)
PowerPoint 2007+ (.pptm, .ppsm)