{"id":24989199,"url":"https://github.com/decryptable/domain-grabber-cli","last_synced_at":"2026-06-30T17:31:48.062Z","repository":{"id":275695804,"uuid":"926896259","full_name":"decryptable/domain-grabber-cli","owner":"decryptable","description":"Grab all registered domains easily!","archived":false,"fork":false,"pushed_at":"2025-02-04T09:42:03.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T06:33:21.209Z","etag":null,"topics":["domain","domains","domainscan","rust","scanner","webhacking"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/decryptable.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-04T03:30:28.000Z","updated_at":"2025-02-04T09:44:41.000Z","dependencies_parsed_at":"2025-10-12T21:49:02.233Z","dependency_job_id":"19e13223-2592-40dc-99eb-62548dccf7bf","html_url":"https://github.com/decryptable/domain-grabber-cli","commit_stats":null,"previous_names":["decryptable/domain-grabber-cli"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/decryptable/domain-grabber-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fdomain-grabber-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fdomain-grabber-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fdomain-grabber-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fdomain-grabber-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decryptable","download_url":"https://codeload.github.com/decryptable/domain-grabber-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fdomain-grabber-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34977667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["domain","domains","domainscan","rust","scanner","webhacking"],"created_at":"2025-02-04T12:56:43.360Z","updated_at":"2026-06-30T17:31:48.036Z","avatar_url":"https://github.com/decryptable.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️‍♂️ Domain Grabber CLI\n\n**Domain Grabber CLI** is a simple command-line tool to fetch all registered domains for a specific date. Built with Rust for speed and efficiency.\n\n\n## ✨ Demo\n\n\u003cdetails open\u003e\n\u003csummary\u003eInteractive Mode\u003c/summary\u003e\n\u003cimg src=\"./demo/interactive-mode.svg\"/\u003e\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003eNon-Interactive Mode\u003c/summary\u003e\n\u003cimg src=\"./demo/non-interactive-mode.svg\"/\u003e\n\u003c/details\u003e\n\n## 🚀 Features\n\n- Retrieve lists of registered domains from a specified date\n- Interactive date selection or CLI argument input ⌨️\n- Save results to a `.txt` file 💾\n- Interactive CLI with an ASCII banner 🎨\n\n## 📦 Installation\n\nDownload the latest release from:\n\n🔗 [**Domain Grabber CLI Releases**](https://github.com/decryptable/domain-grabber-cli/releases/latest)\n\n1. Select the archive file that matches your OS architecture.\n2. Extract the archive.\n3. Inside the extracted folder, you will find the `domain-grabber-cli` binary.\n\n## 🛠 Usage\n\nRun the tool using:\n\n```sh\n./domain-grabber-cli --date 01.02.2025 --output domains.txt\n```\n\nOr run it without arguments for interactive date selection:\n\n```sh\n./domain-grabber-cli\n```\n\n**CLI Arguments:**\n- `-d`, `--date \u003cdd.mm.yyyy\u003e` : Date to fetch domains from.\n- `-o`, `--output \u003cPATH\u003e` : Output file path (default: `domains_\u003cdate\u003e.txt`).\n\n## 📝 Example Output\n\n```\n📅 Fetching domains for date: 01.02.2025\n✅ Successfully retrieved 120 domains!\n💾 Domains saved to: domains_01.02.2025.txt\n```\n\n## 🔧 Contributing\n\n1. Fork this repository 🍴\n2. Create a new branch: `git checkout -b feature-xyz` ✨\n3. Commit your changes: `git commit -m \"Add feature XYZ\"` ✅\n4. Push to the branch: `git push origin feature-xyz` 🚀\n5. Open a Pull Request on GitHub 🔥\n\n## 📜 License\n\nThis project is licensed under the [**MIT License**](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptable%2Fdomain-grabber-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecryptable%2Fdomain-grabber-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptable%2Fdomain-grabber-cli/lists"}