7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-ALsSpygJlqYW/7Z44PZmBcIxfrtOPPrvuuMIOyFE5kE=";
27 build-system = with python3.pkgs; [
31 dependencies = with python3.pkgs; [
39 # Project has no tests
42 pythonImportsCheck = [ "knock" ];
45 description = "Tool to scan subdomains";
46 homepage = "https://github.com/guelfoweb/knock";
47 changelog = "https://github.com/guelfoweb/knock/releases/tag/${version}";
48 license = licenses.gpl3Only;
49 maintainers = with maintainers; [ fab ];
50 mainProgram = "knockpy";