hashcat
hashcat 7.1.2
Fast password cracker
https://hashcat.net/hashcat/MIT License
main program: hashcatprograms: keybag2hashcat.py, gitea2hashcat.py, hashcat, bitwarden2hashcat.py, vmwarevmx2hashcat.py, veeamvbk2hashcat.py, sqlcipher2hashcat.pl, virtualbox2hashcat.py, shiro1-to-hashcat.py, bitlocker2hashcat.py, exodus2hashcat.py, truecrypt2hashcat.py, aescrypt2hashcat.pl, metamask2hashcat.py, radmin3_to_hashcat.pl, bisq2hashcat.py, kremlin2hashcat.py, luks2hashcat.py, lastpass2hashcat.py, apfs2hashcat.py, securenotes2hashcat.pl, cryptoloop2hashcat.py, cachedata2hashcat.py, mozilla2hashcat.py, veracrypt2hashcat.py
Platforms (45)
mips-linuxpowerpc-linuxi686-cygwinmicroblazeel-linuxmipsel-linuxaarch64-netbsdi686-freebsdarmv5tel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ hashcat ];
Ad-hoc shell
nix-shell -p hashcat
Flake (nix run)
nix run nixpkgs#hashcat