This repository contains a forensics write-up for analyzing a memory dump using Volatility 2.
Volatility is an open-source memory forensics framework that allows you to analyze memory dumps from Windows, Linux, and macOS systems. It is widely used in digital forensics and incident response to extract valuable information from volatile memory.
.installing volatility .Extract the contents of the downloaded archive.
. You can run this command :
brew install volatility
git clone https://github.com/volatilityfoundation/volatility.git
cd volatility
sudo apt-get install python2.7
sudo apt-get install python-pip
pip install -r requirements.txt
python vol.py