6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "darkoperator";
15 hash = "sha256-V4/6VUlMizy8EN8ajN56YF+COn3/dfmD0997R+iR86g=";
18 propagatedBuildInputs = with python3.pkgs; [
26 # Install wordlists, etc.
27 install -vD namelist.txt subdomains-*.txt snoop.txt -t $out/share/wordlists
30 # Tests require access to /etc/resolv.conf
33 pythonImportsCheck = [
38 description = "DNS Enumeration script";
39 homepage = "https://github.com/darkoperator/dnsrecon";
40 license = licenses.gpl2Only;
41 maintainers = with maintainers; [ c0bw3b fab ];