Skip to content

Hashcat docker for Ubuntu 18.04 OpenCL 2.1

Notifications You must be signed in to change notification settings

evilteq/docker-hashcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Hashcat docker for Ubuntu 18.04 OpenCL 2.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%