1 { lib, python3, fetchPypi }:
3 python3.pkgs.buildPythonApplication rec {
9 hash = "sha256-ok/yttRSkCaEdV4aM2670qERjgDBll6Oi3L5TV5YEEA=";
12 # This package does not have any tests
15 propagatedBuildInputs = with python3.pkgs; [
19 installChechPhase = ''
20 $out/bin/kerbrute --version
24 homepage = "https://github.com/TarlogicSecurity/kerbrute";
25 description = "Kerberos bruteforce utility";
26 mainProgram = "kerbrute";
27 license = lib.licenses.gpl3Only;
28 maintainers = with lib.maintainers; [ applePrincess ];