-
Notifications
You must be signed in to change notification settings - Fork 67
How to Install
shusei tomonaga edited this page Aug 16, 2021
·
2 revisions
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
- Clone MalConfScan Github repository
$ git clone https://github.com/JPCERTCC/MalConfScan.git
- Install Python requirements
$ pip install -r MalConfScan/requirements.txt
- Copy MalConfScan to Volatility Plug-in folder
$ cd MalConfScan
$ cp -R malconfscan.py utils yara [Extract Volatility Folder]/volatility/plugins/malware
For Volatility on Linux, please refer to the Volatility wiki.