7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
14 repo = "DivideAndScan";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-WZmWpcBqxsNH96nVWwoepFhsvdxZpYKmAjNd7ghIJMA=";
25 build-system = with python3.pkgs; [ poetry-core ];
27 dependencies = with python3.pkgs; [
40 pythonImportsCheck = [ "das" ];
43 description = "Divide full port scan results and use it for targeted Nmap runs";
44 homepage = "https://github.com/snovvcrash/DivideAndScan";
45 changelog = "https://github.com/snovvcrash/DivideAndScan/releases/tag/v${version}";
46 license = licenses.bsd2;
47 maintainers = with maintainers; [ fab ];