Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCCI Memory Analysis Exercise

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.

Requirements

  • Docker
  • Docker Compose

How to launch the container

  1. Ensure Docker Desktop is running.

  2. Clone this repo: git clone

  3. Navigate to this directory: cd

  4. Launch the containers: docker compose up -d

  5. Bash into the container: docker exec -it volatility bash

  6. Now you're ready to perform Memory Analysis.

How To Run Volatility

  1. Volatility 2
  • You can launch volatility 2 with the following command: vol2 -f <image name> --profile=<image profile> <command>
  1. Volatility 3
  • You can launch volatility 3 with the following command: vol -f <image name> <command>

Resources and Cheatsheets

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages