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