7 python3.pkgs.buildPythonApplication rec {
9 version = "1.6.1-unstable-2024-07-30";
12 src = fetchFromGitHub {
15 rev = "6f95ce0f9936d8c20820e199a4bb1ea68d2f061f";
16 hash = "sha256-aCX7dByfkUSFHjhRAjrFhbbeIgYNGixnB5pHE/lftng=";
19 propagatedBuildInputs = with python3.pkgs; [
26 install -vD $pname.py $out/bin/$pname
32 description = "Tool to get the password policy from a windows machine";
33 homepage = "https://github.com/Wh1t3Fox/polenum";
34 license = licenses.gpl3Only;
35 maintainers = with maintainers; [ exploitoverload ];
36 mainProgram = "polenum";