Install Volatility 2.4 for Linux automatically.
4n6k_volatility_installer.sh
is a bash script that installs Volatility 2.4 (and all dependencies) for Ubuntu Linux with one command.
Compiling source on Linux can be a pain. Dependency hunting wastes time and drives people away from considering Linux builds of cross-platform software. With this script, you can (1) skip all of the dependency frustration, (2) get right into using the newest version of Volatility, and (3) leverage the arguably more powerful and versatile Unix shell. No longer do you have to worry about whether or not you "have everything."
An internet connection and an APT-based Linux distribution [for the time being]. This script has been tested on stock Ubuntu 12.04 and Ubuntu 14.04. Some testing has been done to support SIFT Workstation 3.0.
Specifically, 4n6k_volatility_installer.sh does the following:
- Downloads, verifies, extracts, and installs source archives for everything you will need to complete a full installation of Volatility 2.4:
- Volatility 2.4
- diStorm3
- Yara (+ magic module) + Yara-Python
- PyCrypto
- Python Imaging Library + Library Fixes
- OpenPyxl
- IPython
- pytz
- Adds "vol.py" to your system PATH so that you can run Volatility from any location.
Volatility will be installed to the directory you specify.
- From a terminal, run:
sudo bash 4n6k_volatility_installer.sh /home/dan
In the above example, the following directories will be created:
- /home/dan/volatility_setup
- Contains dependency source code and the install_log.txt file.
- /home/dan/volatility_2.4
- Contains the Volatility 2.4 install.
You can download the script from this Github page or by right clicking and saving this link.
MD5 Hash: e0bf55dceb15e277deb72031f7118374
Don't be afraid of the terminal. Read the source for this script and understand how it works. Automation is acceptable only after you understand what is happening behind the scenes.
I'm open to making this script better. If you see a problem with the code or can suggest improvements, let me know and I'll see what I can do.
@The_IMOL, Joachim Metz, @dunit50, and @iMHLv2.
Thanks to the Volatility team for writing an amazing tool. Go to http://www.volatilityfoundation.org for more info.