Sign inSign up

phocean/regripper

By phocean

Updated about 5 years ago

RegRipper is an open source forensic software application used for Windows Registry data extraction.

Image
1

2.8K

phocean/regripper repository overview

RegRipper Docker image

RegRipper is a fantastic DFIR tool for analysis Microsoft Windows registry hives.

This Docker image aims to make its installation and use very smooth, on any system.

Usage

It is best to declare a shell function inside your favorite shell (.bashrc or .zshrc) to make it easy to use:

function regripper () {
	docker run -it --rm --user=$(id -u):$(id -g) -v $(pwd):/hive:ro phocean/regripper $@
}

Then, you can simply use it as follows:

➤  regripper -r /hive/NTUSER.DAT -p filehistory

Building

You can build the image locally with:

docker build -t phocean/regripper .

Tag summary

Content type

Image

Digest

Size

42.4 MB

Last updated

about 5 years ago

docker pull phocean/regripper