9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "1zig34ymc1h18gjc2ji0w0711im5sm9xm6nydc01c13yfpvvj1rh";
20 propagatedBuildInputs = [
26 # Tests require an active domain controller
28 pythonImportsCheck = [ "lsassy" ];
31 description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
32 homepage = "https://github.com/Hackndo/lsassy";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];