{"id":22355534,"url":"https://github.com/zbo14/dnsdump","last_synced_at":"2026-04-20T04:04:55.857Z","repository":{"id":42983765,"uuid":"213723025","full_name":"zbo14/dnsdump","owner":"zbo14","description":"A CLI tool that dumps a bunch of DNS info for a domain.","archived":false,"fork":false,"pushed_at":"2022-03-24T19:39:19.000Z","size":83,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T03:50:27.514Z","etag":null,"topics":["cli","dns","nodejs"],"latest_commit_sha":null,"homepage":"https://zbo14.github.io/projects/dnsdump/","language":"JavaScript","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/zbo14.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":"2019-10-08T18:38:26.000Z","updated_at":"2024-03-07T17:24:47.000Z","dependencies_parsed_at":"2022-08-24T21:41:58.538Z","dependency_job_id":null,"html_url":"https://github.com/zbo14/dnsdump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zbo14/dnsdump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fdnsdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fdnsdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fdnsdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fdnsdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbo14","download_url":"https://codeload.github.com/zbo14/dnsdump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fdnsdump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259331953,"owners_count":22841976,"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":["cli","dns","nodejs"],"created_at":"2024-12-04T14:07:06.216Z","updated_at":"2025-10-07T02:37:18.940Z","avatar_url":"https://github.com/zbo14.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnsdump\n\nA CLI tool that dumps a bunch of DNS info for a domain.\n\n## Install\n\n`npm i dnsdump`\n\n### For development\n\nMake sure you have [Node 12.x](https://nodejs.org/download/release/v12.16.1/) or [nvm](https://github.com/nvm-sh/nvm) installed.\n\nClone the repo, `nvm i` (if you're using nvm), and `npm i`.\n\n## Usage\n\n```\n$ dnsdump foobar.com\n\nA:\n  1.2.3.4\nMX:\n  exchange:\n    abc.mail.com\n  priority:\n    10,\n  exchange:\n    bcd.mail.com\n  priority:\n    5\n...\n```\n\nor output JSON:\n\n```\n$ json=true dnsdump foobar.com\n\n{\n  \"A\": [\n    \"1.2.3.4\"\n  ],\n  \"MX\": [\n    {\n      \"exchange\": \"abc.mail.com\",\n      \"priority\": 10\n    },\n    {\n      \"exchange\": \"bcd.mail.com\",\n      \"priority\": 5\n    }\n  ],\n  ...\n}\n```\n\nand specify DNS servers:\n\n```\n$ dnsdump foobar.com 8.8.8.8 8.8.4.4\n\nA:\n  1.2.3.4\nMX:\n  exchange:\n    abc.mail.com\n  priority:\n    10,\n  exchange:\n    bcd.mail.com\n  priority:\n    5\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fdnsdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbo14%2Fdnsdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fdnsdump/lists"}