_7z2hashcat

7z2hashcat 2.0

Extract hashcat hashes from password-protected .7z archives (and .sfx files)

https://github.com/philsmd/7z2hashcat
Public Domain
main program: 7z2hashcatprograms: 7z2hashcat
Platforms (46)
armv7l-linuxi686-linuxarc-linuxm68k-linuxmicroblaze-linuxmicroblazeel-linuxx86_64-linuxs390-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _7z2hashcat
];
Ad-hoc shell
nix-shell -p _7z2hashcat
Flake (nix run)
nix run nixpkgs#_7z2hashcat