There was an error while loading. Please reload this page.
1. Install packages 2. Download Volatility 3. Install MalConfScan
If you do not have Yara, please check this page and install it. Volatility only supports Python2. If you do not have Python2, please install it.
Download the Volatility source code.
Extract the Volatility source code from the zip or tar.gz file.
$ wget http://downloads.volatilityfoundation.org/releases/2.6/volatility-2.6.zip $ unzip volatility-2.6.zip
or cloning from Github.
$ git clone https://github.com/volatilityfoundation/volatility.git
$ git clone https://github.com/JPCERTCC/MalConfScan.git
$ pip install -r MalConfScan/requirements.txt
$ cd MalConfScan $ cp -R malconfscan.py utils yara [Extract Volatility Folder]/volatility/plugins/malware
For Volatility on Linux, please refer to the Volatility wiki.