Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 665 Bytes

Docker John

Puts John the Ripper in a container.

Building the container will pull down the latest source from the github repo.

If you have special requirements for building you should fork this repo and edit the Docker file.

If you want the absolute best performance you should clone this repo and run docker build . on the machine you will be running the container on. It will build with any hardware optimizations your system/kernel provides.

Examples

Crack local passwords of host system

sudo unshadow /etc/passwd /etc/shadow ./passwords
docker run -v ${PWD}:/run rothgar/john /run/passwords