6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "CravateRouge";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-0MwhdT9GYLcrdZSqszx1DC9lyz8K61lJZZCzeFfWB0E=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
27 # Tests require a test file which is not available in the current release
30 nativeCheckInputs = with python3.pkgs; [
34 pythonImportsCheck = [
39 description = "Tool to automatically exploit Active Directory privilege escalation paths";
40 homepage = "https://github.com/CravateRouge/autobloody";
41 changelog = "https://github.com/CravateRouge/autobloody/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];
44 mainProgram = "autobloody";