diff --git a/oletools/README.html b/oletools/README.html index 086dac04..1e4d8bfe 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -23,6 +23,12 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
oletools are used by a number of projects and online malware analysis services, including Viper, REMnux, FLARE-VM, FAME, Hybrid-analysis.com, Joe Sandbox, Deepviz, Laika BOSS, Cuckoo Sandbox, Anlyz.io, ViperMonkey, pcodedmp, dridex.malwareconfig.com, Snake, DARKSURGEON, CAPE, AssemblyLine, malshare.io, Malware Repository Framework (MRF), malware-repo, Vba2Graph, Strelka, stoQ, and probably VirusTotal. And quite a few other projects on GitHub. (Please contact me if you have or know a project using oletools)
+oletools are used by a number of projects and online malware analysis services, including Viper, REMnux, FLARE-VM, FAME, Hybrid-analysis.com, Joe Sandbox, Deepviz, Laika BOSS, Cuckoo Sandbox, Anlyz.io, ViperMonkey, pcodedmp, dridex.malwareconfig.com, Snake, DARKSURGEON, CAPE, AssemblyLine, malshare.io, Malware Repository Framework (MRF), malware-repo, Vba2Graph, Strelka, stoQ, YOMI, and probably VirusTotal. And quite a few other projects on GitHub. (Please contact me if you have or know a project using oletools)
The recommended way to download and install/update the latest stable release of oletools is to use pip:
To download and install/update the latest release version of oletools, run the following command in a shell:
sudo -H pip install -U oletools
Replace pip
by pip3
or pip2
to install on a specific Python version.
New in v0.54: To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
-sudo -H pip install -U msoffcrypto-tool
Important: Since version 0.50, pip will automatically create convenient command-line scripts in /usr/local/bin to run all the oletools from any directory.
To download and install/update the latest release version of oletools, run the following command in a cmd window:
@@ -34,23 +32,17 @@Replace pip
by pip3
or pip2
to install on a specific Python version.
Note: with Python 3, you may need to open a cmd window with Administrator privileges in order to run pip and install for all users. If that is not possible, you may also install only for the current user by adding the --user
option:
pip3 install -U --user oletools
-New in v0.54: To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
-pip install -U msoffcrypto-tool
Important: Since version 0.50, pip will automatically create convenient command-line scripts to run all the oletools from any directory: olevba, mraptor, oleid, rtfobj, etc.
If you want to benefit from the latest improvements in the development version, you may also use pip:
sudo -H pip install -U https://github.com/decalage2/oletools/archive/master.zip
Replace pip
by pip3
or pip2
to install on a specific Python version.
New in v0.54: To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
-sudo -H pip install -U msoffcrypto-tool
pip install -U https://github.com/decalage2/oletools/archive/master.zip
Replace pip
by pip3
or pip2
to install on a specific Python version.
Note: with Python 3, you may need to open a cmd window with Administrator privileges in order to run pip and install for all users. If that is not possible, you may also install only for the current user by adding the --user
option:
pip3 install -U --user https://github.com/decalage2/oletools/archive/master.zip
-New in v0.54: To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
-pip install -U msoffcrypto-tool
First, download the oletools archive on a computer with Internet access: * Latest stable version: from https://pypi.org/project/oletools/ or https://github.com/decalage2/oletools/releases * Development version: https://github.com/decalage2/oletools/archive/master.zip
Copy the archive file to the target computer.
diff --git a/oletools/doc/Install.md b/oletools/doc/Install.md index 27262d2f..01c0375b 100644 --- a/oletools/doc/Install.md +++ b/oletools/doc/Install.md @@ -25,12 +25,6 @@ sudo -H pip install -U oletools Replace `pip` by `pip3` or `pip2` to install on a specific Python version. -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: -```text -sudo -H pip install -U msoffcrypto-tool -``` - - **Important**: Since version 0.50, pip will automatically create convenient command-line scripts in /usr/local/bin to run all the oletools from any directory. @@ -53,11 +47,6 @@ by adding the `--user` option: pip3 install -U --user oletools ``` -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: -```text -pip install -U msoffcrypto-tool -``` - **Important**: Since version 0.50, pip will automatically create convenient command-line scripts to run all the oletools from any directory: olevba, mraptor, oleid, rtfobj, etc. @@ -76,11 +65,6 @@ sudo -H pip install -U https://github.com/decalage2/oletools/archive/master.zip Replace `pip` by `pip3` or `pip2` to install on a specific Python version. -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: -```text -sudo -H pip install -U msoffcrypto-tool -``` - ### Windows ```text @@ -97,12 +81,6 @@ by adding the `--user` option: pip3 install -U --user https://github.com/decalage2/oletools/archive/master.zip ``` -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: -```text -pip install -U msoffcrypto-tool -``` - - How to install offline - Computer without Internet access ---------------------------------------------------------