{"id":23980928,"url":"https://github.com/fourkitchens/czdap-tools","last_synced_at":"2025-07-06T22:04:00.858Z","repository":{"id":8905172,"uuid":"10628686","full_name":"fourkitchens/czdap-tools","owner":"fourkitchens","description":"Tools for downloading zone data and authentication credentials from ICANN's CZDS application.","archived":false,"fork":false,"pushed_at":"2019-02-03T01:17:57.000Z","size":333,"stargazers_count":126,"open_issues_count":13,"forks_count":42,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-06-08T10:05:21.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fourkitchens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-11T19:09:04.000Z","updated_at":"2025-01-10T21:30:47.000Z","dependencies_parsed_at":"2022-08-29T19:01:35.246Z","dependency_job_id":null,"html_url":"https://github.com/fourkitchens/czdap-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fourkitchens/czdap-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fczdap-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fczdap-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fczdap-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fczdap-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fourkitchens","download_url":"https://codeload.github.com/fourkitchens/czdap-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fczdap-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263980062,"owners_count":23538917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-07T10:19:15.385Z","updated_at":"2025-07-06T22:04:00.802Z","avatar_url":"https://github.com/fourkitchens.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"CZDAP Tools\n===========\n\nSome registries allow users to download zone data directly from CZDAP, and others provide FTP credentials that you can use to login to their servers. These tools allow you to programatically perform these two tasks:\n\n* Decrypt FTP credentials downloaded from ICANN's CZDAP application.\n* Download zone data directly using the CZDAP API.\n\nInstallation\n------------\n\nThis script requires Python 2.x plus the `pycrypto` and `requests` extension libraries.\n\n#### Mac OSX\n\n*Tested on Snow Leopard and Mountain Lion*\n\nOSX comes with Python preinstalled. To install the required extensions, issue the following commands:\n\n    sudo easy_install pip\n    sudo pip install --upgrade pycrypto requests\n\n#### Linux\n\n*Tested on Ubuntu 13.04 Raring Ringtail*\n\n    sudo apt-get install python-crypto python-requests\n\n#### Windows\n\n*Tested on Windows 7*\n\nDownload and configure the Python environment:\n\n* Download Python version 2.7.x from [the main download page](http://python.org/download/).\n* Run the installer and follow the installation instructions.\n\nInstall `pycrypto` and `requests`:\n\n* Pycrypto: [pre-built binary](http://www.voidspace.org.uk/python/modules.shtml#pycrypto)\n* Requests: [pre-built binary](http://www.lfd.uci.edu/~gohlke/pythonlibs/)\n\nDecrypting credentials\n----------------------\n\nTo confirm that you've installed the dependencies correctly, simply run the test and it should process the example data successfully:\n\n    cd credentials-decrypt/test\n    python test-decrypt.py\n\nYou should get the following sample output in basic CSV format:\n\n    server,username,password\n    ftp.download.com,com_ftp_access,specialpassword__22\n    ftp.download.biz,sally,password12345$\n    ftp.download.net,net_access,secretpassword456\n\nTo decrypt your own FTP credentials:\n\n1. Visit CZDAP and copy your token. You can find it on your user profile page, under the tab \"API\".\n2. In the `/credentials-decrypt` directory, make a copy of the `config.sample.json` file and name it `config.json`.\n3. Edit config.json and overwrite the \"token\" parameter with the your unique token.\n2. Copy your private key into this directory and make sure it's named `czdap.private.key`.\n4. Run `python decrypt.py`.\n\nDownloading zone data\n---------------------\n\n1. Visit CZDAP and copy your token. You can find it on your user profile page.\n2. In the `/zonedata-download` directory, make a copy of the `config.sample.json` file and name it `config.json`.\n3. Edit config.json and overwrite the \"token\" parameter with the your unique token.\n4. Run `python download.py`\n\nContributing\n------------\n\nContributions are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourkitchens%2Fczdap-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffourkitchens%2Fczdap-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourkitchens%2Fczdap-tools/lists"}