Skip to content

JakeWnuk/Container-Hashcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Hashcat

Hashcat wrapper made for containerized cracking.

  • Currently supported config directives (see Dockerfile and launcher.sh):
    • potfile-path
    • restorefile-path
    • workload-profile
    • optimized-kernel

Install

  • Install Docker and git through apt
sudo apt update && apt install -y docker.io git
  • Clone the repo
git clone https://github.com/JakeWnuk/Docker-Hashcat && cd ./Docker-Hashcat
  • Install nvidia-docker2 and nvidia-container-toolkit to allow the gpu Docker flag.
sudo apt update && sudo apt install -y nvidia-docker2 nvidia-container-toolkit
  • Download any drivers
sudo ubuntu-drivers install
  • Build and test image.
    • docker build . -t dk-hc
    • docker run --network=host --rm -it --gpus all -v $PWD:/data dk-hc -m 0 -b

About

Hashcat wrapper made for containerized cracking. Supports config directives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published