Skip to content

matrix/hashcat-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hashcat-toolchain

Build (common info)

Using UBUNTU_VERSION with --build-arg you can choose the Ubuntu version used as base image. The lowest tested, and also the default, is 16.04.

Build from Linux

By default HOST_ARCH is set to x86_64

$ docker build -f docker/hashcatToolchain.ubuntu -t gm4tr1x/hashcat-toolchain:x86_64-16.04 .

Build from MacOS

Must specify HOST_ARCH as aarch64

$ docker build --build-arg HOST_ARCH=aarch64 -f docker/hashcatToolchain.ubuntu -t gm4tr1x/hashcat-toolchain:aarch64-16.04 .

About

Docker image based on Ubuntu (tested on 16.04, 18.04, 20.04, 22.04, 24.04) for cross-compiling Hashcat

Resources

Stars

Watchers

Forks

Packages

No packages published