password cracking tools that live on top of hashcat, which in turn needs NVIDIA runtime
156
This is for a helper script that got out of hand - https://github.com/blacktraffic/hashcrack
Hopefully I've packaged everything up so you get a usable John the Ripper, hashcat 6.2.2 and then my scripts. It will need an NVIDIA GPU, plus runtime, and you need to ask docker to map the GPU(s) through, as well as your dictionary folder.
docker pull blacktraffic/hashcrack:0.6
docker run --gpus all -v ~/dict/:/opt/hashcrack/dict -it "blacktraffic/hashcrack:0.6"
root@b5b8bb766abb:/opt/hashcrack# ./hashcrack.py -i tests/sha256crypt.txt
Ruleshome /opt/hashcrack/rules/
Dicthome /opt/hashcrack/dict/
HChome /opt/hashcrack/hashcat-6.2.2
RH /opt/hashcrack/rules
Reading file: /opt/hashcrack/tests/sha256crypt.txt
Autodetected sha256crypt ...
Content type
Image
Digest
Size
2.9 GB
Last updated
about 5 years ago
docker pull blacktraffic/hashcrack:0.6