14 stdenv.mkDerivation rec {
19 url = "https://sourceforge.net/projects/ophcrack/files/ophcrack/3.8.0/ophcrack-3.8.0.tar.bz2";
20 hash = "sha256-BIpt9XmDo6WjGsfE7BLfFqpJ5lKilnbZPU75WdUK7uA=";
38 url = "https://salsa.debian.org/pkg-security-team/ophcrack/-/raw/c60118b40802e1162dcebfe5f881cf973b2334d3/debian/patches/fix_spelling_error.diff";
39 hash = "sha256-Fc044hTU4Mtdym+HukGAwGzaLm7aVzV9KpvHvFUG2Sc=";
42 url = "https://salsa.debian.org/pkg-security-team/ophcrack/-/raw/e19d993a7dbf131d13128366e2aac270a685befc/debian/patches/qmake_crossbuild.diff";
43 hash = "sha256-sOKXOBpAYGLacU6IxjRzy3HCnGm4DFowDL2qP+DzG8M=";
61 mv $out/bin/ophcrack $out/bin/ophcrack-cli
65 description = "Free Windows password cracker based on rainbow tables";
66 homepage = "https://ophcrack.sourceforge.io";
67 license = with licenses; [ gpl2Plus ];
68 maintainers = with maintainers; [ tochiaha ];
69 mainProgram = "ophcrack-cli";
70 platforms = platforms.all;