6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v.${version}";
15 hash = "sha256-d9s0j/78arKnbDCgMJMdUVF/RPfnAl59WAiJ0UvCCUU=";
23 build-system = with python3.pkgs; [
27 dependencies = with python3.pkgs; [
33 pythonImportsCheck = [ "sploitscan" ];
36 description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits";
37 homepage = "https://github.com/xaitax/SploitScan";
38 changelog = "https://github.com/xaitax/SploitScan/releases/tag/v${version}";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ fab ];
41 mainProgram = "sploitscan";