Commit cb1288ff545256d57afc56b3646b76f5af2a724f

Authored by Philippe Lagadec
1 parent c404d799

fixed bold in readme for pypi

README.md
... ... @@ -22,16 +22,16 @@ News
22 22 Tools in python-oletools:
23 23 -------------------------
24 24  
25   -- **[olebrowse](https://bitbucket.org/decalage/oletools/wiki/olebrowse)**: A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to
  25 +- [olebrowse](https://bitbucket.org/decalage/oletools/wiki/olebrowse): A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to
26 26 view and extract individual data streams.
27   -- **[oleid](https://bitbucket.org/decalage/oletools/wiki/oleid)**: a tool to analyze OLE files to detect specific characteristics usually found in malicious files.
28   -- **[olemeta](https://bitbucket.org/decalage/oletools/wiki/olemeta)**: a tool to extract all standard properties (metadata) from OLE files.
29   -- **[oletimes](https://bitbucket.org/decalage/oletools/wiki/oletimes)**: a tool to extract creation and modification timestamps of all streams and storages.
30   -- **[olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) (new)**: a tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML).
31   -- **[pyxswf](https://bitbucket.org/decalage/oletools/wiki/pyxswf)**: a tool to detect, extract and analyze Flash objects (SWF) that may
  27 +- [oleid](https://bitbucket.org/decalage/oletools/wiki/oleid): a tool to analyze OLE files to detect specific characteristics usually found in malicious files.
  28 +- [olemeta](https://bitbucket.org/decalage/oletools/wiki/olemeta): a tool to extract all standard properties (metadata) from OLE files.
  29 +- [oletimes](https://bitbucket.org/decalage/oletools/wiki/oletimes): a tool to extract creation and modification timestamps of all streams and storages.
  30 +- [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) (new): a tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML).
  31 +- [pyxswf](https://bitbucket.org/decalage/oletools/wiki/pyxswf): a tool to detect, extract and analyze Flash objects (SWF) that may
32 32 be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF,
33 33 which is especially useful for malware analysis.
34   -- **[rtfobj](https://bitbucket.org/decalage/oletools/wiki/rtfobj)**: a tool and python module to extract embedded objects from RTF files.
  34 +- [rtfobj](https://bitbucket.org/decalage/oletools/wiki/rtfobj): a tool and python module to extract embedded objects from RTF files.
35 35 - and a few others (coming soon)
36 36  
37 37 Download and Install:
... ...
oletools/README.html
... ... @@ -23,13 +23,13 @@
23 23 </ul>
24 24 <h2 id="tools-in-python-oletools">Tools in python-oletools:</h2>
25 25 <ul>
26   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/olebrowse">olebrowse</a></strong>: A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to view and extract individual data streams.</li>
27   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/oleid">oleid</a></strong>: a tool to analyze OLE files to detect specific characteristics usually found in malicious files.</li>
28   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/olemeta">olemeta</a></strong>: a tool to extract all standard properties (metadata) from OLE files.</li>
29   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/oletimes">oletimes</a></strong>: a tool to extract creation and modification timestamps of all streams and storages.</li>
30   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> (new)</strong>: a tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML).</li>
31   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/pyxswf">pyxswf</a></strong>: a tool to detect, extract and analyze Flash objects (SWF) that may be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, which is especially useful for malware analysis.</li>
32   -<li><strong><a href="https://bitbucket.org/decalage/oletools/wiki/rtfobj">rtfobj</a></strong>: a tool and python module to extract embedded objects from RTF files.</li>
  26 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/olebrowse">olebrowse</a>: A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint documents), to view and extract individual data streams.</li>
  27 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/oleid">oleid</a>: a tool to analyze OLE files to detect specific characteristics usually found in malicious files.</li>
  28 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/olemeta">olemeta</a>: a tool to extract all standard properties (metadata) from OLE files.</li>
  29 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/oletimes">oletimes</a>: a tool to extract creation and modification timestamps of all streams and storages.</li>
  30 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> (new): a tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML).</li>
  31 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/pyxswf">pyxswf</a>: a tool to detect, extract and analyze Flash objects (SWF) that may be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, which is especially useful for malware analysis.</li>
  32 +<li><a href="https://bitbucket.org/decalage/oletools/wiki/rtfobj">rtfobj</a>: a tool and python module to extract embedded objects from RTF files.</li>
33 33 <li>and a few others (coming soon)</li>
34 34 </ul>
35 35 <h2 id="download-and-install">Download and Install:</h2>
... ...
oletools/README.rst
... ... @@ -50,26 +50,26 @@ News
50 50 Tools in python-oletools:
51 51 -------------------------
52 52  
53   -- **`olebrowse <https://bitbucket.org/decalage/oletools/wiki/olebrowse>`_**:
  53 +- `olebrowse <https://bitbucket.org/decalage/oletools/wiki/olebrowse>`_:
54 54 A simple GUI to browse OLE files (e.g. MS Word, Excel, Powerpoint
55 55 documents), to view and extract individual data streams.
56   -- **`oleid <https://bitbucket.org/decalage/oletools/wiki/oleid>`_**: a
57   - tool to analyze OLE files to detect specific characteristics usually
58   - found in malicious files.
59   -- **`olemeta <https://bitbucket.org/decalage/oletools/wiki/olemeta>`_**:
60   - a tool to extract all standard properties (metadata) from OLE files.
61   -- **`oletimes <https://bitbucket.org/decalage/oletools/wiki/oletimes>`_**:
  56 +- `oleid <https://bitbucket.org/decalage/oletools/wiki/oleid>`_: a tool
  57 + to analyze OLE files to detect specific characteristics usually found
  58 + in malicious files.
  59 +- `olemeta <https://bitbucket.org/decalage/oletools/wiki/olemeta>`_: a
  60 + tool to extract all standard properties (metadata) from OLE files.
  61 +- `oletimes <https://bitbucket.org/decalage/oletools/wiki/oletimes>`_:
62 62 a tool to extract creation and modification timestamps of all streams
63 63 and storages.
64   -- **`olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`_
65   - (new)**: a tool to extract VBA Macro source code from MS Office
  64 +- `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`_
  65 + (new): a tool to extract VBA Macro source code from MS Office
66 66 documents (OLE and OpenXML).
67   -- **`pyxswf <https://bitbucket.org/decalage/oletools/wiki/pyxswf>`_**:
68   - a tool to detect, extract and analyze Flash objects (SWF) that may be
  67 +- `pyxswf <https://bitbucket.org/decalage/oletools/wiki/pyxswf>`_: a
  68 + tool to detect, extract and analyze Flash objects (SWF) that may be
69 69 embedded in files such as MS Office documents (e.g. Word, Excel) and
70 70 RTF, which is especially useful for malware analysis.
71   -- **`rtfobj <https://bitbucket.org/decalage/oletools/wiki/rtfobj>`_**:
72   - a tool and python module to extract embedded objects from RTF files.
  71 +- `rtfobj <https://bitbucket.org/decalage/oletools/wiki/rtfobj>`_: a
  72 + tool and python module to extract embedded objects from RTF files.
73 73 - and a few others (coming soon)
74 74  
75 75 Download and Install:
... ...