forked fromdizcza/docker-hashcat
- Notifications
You must be signed in to change notification settings - Fork0
kekbait/docker-hashcat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hashcat withHashcat-utils for Ubuntu 16.04 CUDA 8.0 (:nvidia-full
) and Intel CPU (:intel-cpu
)
docker pull dizcza/docker-hashcatnvidia-docker run -it dizcza/docker-hashcat /bin/bash# run hashcat bechmark inside the docker containerhashcat -b
If you've installed and configured nvidia-opencl driver on your host machine, use:latest
tag (~880 Mb).Otherwise, use standalone tag:nvidia-full
(~2.2 Gb):
docker pull dizcza/docker-hashcat:nvidia-full
You may see somewarnings. Ignore them.
For those who don't have GPUs, use:intel-cpu
tag (suitable for AWS free tier instances):
docker pull dizcza/docker-hashcat:intel-cpu