Commit 5902bbb50af1899dd896817bdbdbe4e37f7ab4c5

Authored by Philippe Lagadec
1 parent 961773ec

updated readme

Showing 1 changed file with 3 additions and 0 deletions
README.md
@@ -11,6 +11,8 @@ Tools in python-oletools: @@ -11,6 +11,8 @@ Tools in python-oletools:
11 - **olebrowse**: A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to 11 - **olebrowse**: A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to
12 view and extract individual data streams. 12 view and extract individual data streams.
13 - **oleid**: a tool to analyze OLE files to detect specific characteristics that could potentially indicate that the file is suspicious or malicious. 13 - **oleid**: a tool to analyze OLE files to detect specific characteristics that could potentially indicate that the file is suspicious or malicious.
  14 +- **olemeta**: a tool to extract all standard properties (metadata) from OLE files.
  15 +- **oletimes**: a tool to extract creation and modification timestamps of all streams and storages.
14 - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF) that may 16 - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF) that may
15 be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, 17 be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF,
16 which is especially useful for malware analysis. 18 which is especially useful for malware analysis.
@@ -20,6 +22,7 @@ Tools in python-oletools: @@ -20,6 +22,7 @@ Tools in python-oletools:
20 News 22 News
21 ---- 23 ----
22 24
  25 +- 2013-07-24 v0.05: added new tools olemeta and oletimes
23 - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj 26 - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj
24 - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF 27 - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF
25 - 2012-10-29 v0.02: Added oleid 28 - 2012-10-29 v0.02: Added oleid