Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.36 KB

Docker Hub

Hashcat with hashcat utils on Ubuntu 18.04 OpenCL for Nvidia GPUs (:latest) and Intel CPU (:intel-cpu).

docker pull dizcza/docker-hashcat
nvidia-docker run -it dizcza/docker-hashcat /bin/bash

# run hashcat bechmark inside the docker container
hashcat -b

Nvidia GPU

docker pull dizcza/docker-hashcat:latest

Intel CPU

For those who don't have GPUs, use :intel-cpu tag (suitable for AWS free tier instances):

docker pull dizcza/docker-hashcat:intel-cpu