7 stdenvNoCC.mkDerivation {
8 pname = "ad-ldap-enum";
9 version = "0-unstable-2023-02-10";
10 src = fetchFromGitHub {
11 owner = "CroweCybersecurity";
12 repo = "ad-ldap-enum";
13 rev = "60bc5bb111e2708d4bc2157f9ae3d5e0d06ece75";
14 hash = "sha256-b77yWmZGyOSQSwnRhGqo501jO6XYd+qpx1pb+zkduVI=";
18 (python3.withPackages (ps: with ps; [
28 install -Dm555 ad-ldap-enum.py $out/bin/ad-ldap-enum
36 patchShebangs $out/bin/ad-ldap-enum
42 description = "LDAP based Active Directory user and group enumeration tool";
43 homepage = "https://github.com/CroweCybersecurity/ad-ldap-enum";
44 license = licenses.mit;
45 maintainers = with maintainers; [ h7x4 ];
46 platforms = python3.meta.platforms;
47 mainProgram = "ad-ldap-enum";