7 python3.pkgs.buildPythonApplication rec {
9 version = "1.2.4-unstable-2024-05-27";
12 src = fetchFromGitHub {
15 rev = "bdfc8b5f0357a34847767505ddc98734ca3b491f";
16 hash = "sha256-U1q15D59N55qBf4NVOpe5RpQjlE1ye2TNNIZf2IZV3U=";
19 build-system = with python3.pkgs; [
23 dependencies = with python3.pkgs; [
29 # Project has no tests
33 description = "Tool to evaluate Active Directory Security";
34 homepage = "https://github.com/oppsec/breads";
35 changelog = "https://github.com/oppsec/breads/blob/${version}/CHANGELOG.md";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];
38 mainProgram = "breads-ad";