7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "darkoperator";
15 rev = "refs/tags/${version}";
16 hash = "sha256-CW5HM8hATfhyQDbSAV+zSp8Gc/C5uy40yKMJAGawn0k=";
19 build-system = with python3.pkgs; [ setuptools ];
21 dependencies = with python3.pkgs; [
30 # Tests require access to /etc/resolv.conf
33 pythonImportsCheck = [ "dnsrecon" ];
36 description = "DNS Enumeration script";
37 homepage = "https://github.com/darkoperator/dnsrecon";
38 changelog = "https://github.com/darkoperator/dnsrecon/releases/tag/${version}";
39 license = licenses.gpl2Only;
40 maintainers = with maintainers; [
44 mainProgram = "dnsrecon";