https://github.com/yimura/crackerjack-docker
CrackerJack dockerized
https://github.com/yimura/crackerjack-docker
Last synced: 3 months ago
JSON representation
CrackerJack dockerized
- Host: GitHub
- URL: https://github.com/yimura/crackerjack-docker
- Owner: Yimura
- Created: 2024-02-09T12:12:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:37:19.000Z (about 2 years ago)
- Last Synced: 2025-03-02T02:12:53.143Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
- [x] OpenCL (Intel)
- [ ] OpenCL (AMD)
**GPU:**
- [x] 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 up -d --no-build`
If you want to build the image yourself.
`docker compose -f up -d --build`
## Wordlists and Rules
This container comes with the [SecList](https://github.com/danielmiessler/SecLists) pre-installed and with the [OneRuleToRuleThemAll](https://github.com/NotSoSecure/password_cracking_rules.git) rule.
Masks are not present as of now.