6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-2022-09-02";
11 src = fetchFromGitHub {
12 owner = "layer8secure";
14 rev = "44d361f6c95b79bd848603c8050af86db3d072b0";
15 hash = "sha256-6JcU6FIE+9fsMawI1RSNQyx9ubjxmchEKmeg6/kmI4s=";
18 propagatedBuildInputs = with python3.pkgs; [
28 install -vD $pname.py $out/bin/$pname
33 # Only script available
37 description = "Tool to enumerate an Active Directory Domain";
38 homepage = "https://github.com/layer8secure/SilentHound";
39 # Unknown license, https://github.com/layer8secure/SilentHound/issues/1
40 license = licenses.unfree;
41 maintainers = with maintainers; [ fab ];