This repo contains a Docker container with Volatility 2 and Volatility 3 pre-installed and the first 3 exercises from Stuxnet999's MemLabs CTF Challenges.
- Docker
- Docker Compose
-
Ensure Docker Desktop is running.
-
Clone this repo:
git clone -
Navigate to this directory:
cd -
Launch the containers:
docker compose up -d -
Bash into the container:
docker exec -it volatility bash -
Now you're ready to perform Memory Analysis.
- Volatility 2
- You can launch volatility 2 with the following command:
vol2 -f <image name> --profile=<image profile> <command>
- Volatility 3
- You can launch volatility 3 with the following command:
vol -f <image name> <command>