Commit 12526dae9f3a8a9285f2a526a7a5248dac579575
1 parent
ec9dff37
updated readme for v0.51
Showing
1 changed file
with
12 additions
and
9 deletions
README.md
| @@ -22,7 +22,17 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | @@ -22,7 +22,17 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | ||
| 22 | News | 22 | News |
| 23 | ---- | 23 | ---- |
| 24 | 24 | ||
| 25 | -- **2016-11-01 v0.50**: all oletools now support python 2 and 3. | 25 | +- **2017-06-29 v0.51**: |
| 26 | + - added the [oletools cheatsheet](https://github.com/decalage2/oletools/blob/master/cheatsheet/oletools_cheatsheet.pdf) | ||
| 27 | + - improved [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj) to handle malformed RTF files, detect vulnerability CVE-2017-0199 | ||
| 28 | + - olevba: improved deobfuscation and Mac files support | ||
| 29 | + - [mraptor](https://github.com/decalage2/oletools/wiki/mraptor): added more ActiveX macro triggers | ||
| 30 | + - added [DocVarDump.vba](https://github.com/decalage2/oletools/blob/master/oletools/DocVarDump.vba) to dump document variables using Word | ||
| 31 | + - olemap: can now detect and extract [extra data at end of file](http://decalage.info/en/ole_extradata), improved display | ||
| 32 | + - oledir, olemeta, oletimes: added support for zip files and wildcards | ||
| 33 | + - many [bugfixes](https://github.com/decalage2/oletools/milestone/3?closed=1) in all the tools | ||
| 34 | + - improved Python 2+3 support | ||
| 35 | +- 2016-11-01 v0.50: all oletools now support python 2 and 3. | ||
| 26 | - olevba: several bugfixes and improvements. | 36 | - olevba: several bugfixes and improvements. |
| 27 | - mraptor: improved detection, added mraptor_milter for Sendmail/Postfix integration. | 37 | - mraptor: improved detection, added mraptor_milter for Sendmail/Postfix integration. |
| 28 | - rtfobj: brand new RTF parser, obfuscation-aware, improved display, detect | 38 | - rtfobj: brand new RTF parser, obfuscation-aware, improved display, detect |
| @@ -33,13 +43,6 @@ improved handling of malformed/incomplete documents, improved error handling and | @@ -33,13 +43,6 @@ improved handling of malformed/incomplete documents, improved error handling and | ||
| 33 | now returns an exit code based on analysis results, new --relaxed option. | 43 | now returns an exit code based on analysis results, new --relaxed option. |
| 34 | [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj): improved parsing to handle obfuscated RTF documents, | 44 | [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj): improved parsing to handle obfuscated RTF documents, |
| 35 | added -d option to set output dir. Moved repository and documentation to GitHub. | 45 | added -d option to set output dir. Moved repository and documentation to GitHub. |
| 36 | -- 2016-04-19 v0.46: [olevba](https://github.com/decalage2/oletools/wiki/olevba) | ||
| 37 | -does not deobfuscate VBA expressions by default (much faster), new option --deobf | ||
| 38 | -to enable it. Fixed color display bug on Windows for several tools. | ||
| 39 | -- 2016-04-12 v0.45: improved [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj) | ||
| 40 | -to handle several [anti-analysis tricks](http://www.decalage.info/rtf_tricks), | ||
| 41 | -improved [olevba](https://github.com/decalage2/oletools/wiki/olevba) | ||
| 42 | -to export results in JSON format. | ||
| 43 | 46 | ||
| 44 | See the [full changelog](https://github.com/decalage2/oletools/wiki/Changelog) for more information. | 47 | See the [full changelog](https://github.com/decalage2/oletools/wiki/Changelog) for more information. |
| 45 | 48 | ||
| @@ -130,7 +133,7 @@ License | @@ -130,7 +133,7 @@ License | ||
| 130 | This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files | 133 | This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files |
| 131 | published with their own license. | 134 | published with their own license. |
| 132 | 135 | ||
| 133 | -The python-oletools package is copyright (c) 2012-2016 Philippe Lagadec (http://www.decalage.info) | 136 | +The python-oletools package is copyright (c) 2012-2017 Philippe Lagadec (http://www.decalage.info) |
| 134 | 137 | ||
| 135 | All rights reserved. | 138 | All rights reserved. |
| 136 | 139 |