7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-J6MfPKj7iACsiiSUU/2gxQdwtmqw9NKnjDoSdhxKoAw=";
19 build-system = with python3.pkgs; [
23 dependencies = with python3.pkgs; [
32 # Project has no tests
35 pythonImportsCheck = [
40 description = "Domain name permutation engine for detecting homograph phishing attacks";
41 homepage = "https://github.com/elceef/dnstwist";
42 changelog = "https://github.com/elceef/dnstwist/releases/tag/${version}";
43 license = with licenses; [ gpl3Only ];
44 maintainers = with maintainers; [ fab ];
45 mainProgram = "dnstwist";