Skip to content

Yimura/crackerjack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b91b086 · May 28, 2024

History

27 Commits
Feb 16, 2024
May 28, 2024
Feb 14, 2024
May 28, 2024
May 6, 2024
Feb 12, 2024
Feb 13, 2024
Feb 13, 2024
May 16, 2024
May 16, 2024
Feb 14, 2024

Repository files navigation

CrackerJack but Dockerized!

See https://github.com/ctxis/crackerjack for what this tool does, this repository only dockerizes it.

Supported Drivers

The following hardware vendors are supported currently:

CPU:

  • OpenCL (Intel)
  • OpenCL (AMD)

GPU:

  • CUDA (Nvidia)
  • AMD?

Usage

This repository comes with a bare-minimum docker-compose.yml file to deploy it on your server, GPU support is currently not implemented.

To run select the docker-compose file you want to have

  • docker-compose.cpu.yml is only cpu support.
  • docker-compose.gpu.yml is cpu and gpu supported.

If you want to use the prebuilt images, run the following command. docker compose -f <selected-profile> up -d --no-build

If you want to build the image yourself. docker compose -f <selected-profile> up -d --build

Wordlists and Rules

This container comes with the SecList pre-installed and with the OneRuleToRuleThemAll rule. Masks are not present as of now.