13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-DdIEDseGLI+hUIaUNPBqpkGGe+F+Z+jZ0g/JzXB8pf8=";
33 build-system = [ poetry-core ];
42 # Tests require an active domain controller
45 pythonImportsCheck = [ "lsassy" ];
48 description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
49 homepage = "https://github.com/Hackndo/lsassy";
50 changelog = "https://github.com/Hackndo/lsassy/releases/tag/v${version}";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];
53 mainProgram = "lsassy";