11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-/YDBzH8Mji6PWBEIbsgZcTvoAWAsBbJV3cHfySY/gGA=";
25 propagatedBuildInputs = [
32 # Tests require an active domain controller
35 pythonImportsCheck = [
40 description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
41 homepage = "https://github.com/Hackndo/lsassy";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];