7 python3.pkgs.buildPythonApplication {
9 version = "1.0.2-unstable-2021-09-09";
12 src = fetchFromGitHub {
15 rev = "8c1de0fa8365153832bb58d74475caa15d2d077a";
16 hash = "sha256-ElY6AZ7IBnOh7sRWNSQNmq7AYGlnjvYRn8/U+29BwWA=";
20 substituteInPlace requirements.txt \
21 --replace-fail "argparse" ""
22 substituteInPlace setup.py \
23 --replace-fail "argparse" ""
26 build-system = with python3.pkgs; [
30 dependencies = with python3.pkgs; [
37 cp $src/words.txt $out/
40 # Project has no tests
43 pythonImportsCheck = [
48 description = "Generates permutations, alterations and mutations of subdomains and then resolves them";
49 homepage = "https://github.com/infosec-au/altdns";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ octodi ];
52 mainProgram = "altdns";