keepwn: refactor

This commit is contained in:
Fabian Affolter 2024-01-21 10:46:49 +01:00
parent 04b74986cd
commit b3ef821c72

View File

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "keepwn";
version = "0.3";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "Orange-Cyberdefense";
@ -16,10 +16,17 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-haKWuoTtyC9vIise+gznruHEwMIDz1W6euihLLKnSdc=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
chardet
impacket
lxml
pefile
pykeepass
python-magic
termcolor
];