Skip to content

m6a-UdS/docker-lime-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-lime-builder

A simple container for building the LiME kernel module (https://github.com/504ensicsLabs/LiME) on CoreOS

Example usage:

~$ git clone https://github.com/m6a-UdS/docker-lime-builder.git
~$ cd docker-lime-builder
~/docker-lime-builder $ docker build -t lime .
~/docker-lime-builder $ docker run -v /lib/modules:/lib/modules -v /home/core/docker-lime-builder/:/host lime bash /lime/make-lime.sh

#in order to take a memory snapshot, execute:
~/docker-lime-builder $ sudo ./dump-memory.sh

The output will result in a memory.lime file, which is a memory dump that you can analyse with Volatility

About

A simple container for building LiME (https://github.com/504ensicsLabs/LiME) on CoreOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages