{"id":14235762,"url":"https://github.com/baibhavanand/DAC","last_synced_at":"2025-08-11T00:32:49.804Z","repository":{"id":36980271,"uuid":"312471557","full_name":"baibhavanand/DAC","owner":"baibhavanand","description":"DAC - Domain Availability Checker is a tool written in bash to help people find available domains from the comfort of their terminal. People can choose to pass one domain or wordlist to scan the availability from. People can also choose to store the output (List of available domains) in a different text file.","archived":false,"fork":false,"pushed_at":"2025-03-26T19:56:34.000Z","size":216,"stargazers_count":23,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:47:44.915Z","etag":null,"topics":["available-domain","dac","domain","domain-availability","domain-availability-checker"],"latest_commit_sha":null,"homepage":"https://baibhavanand.github.io/DAC","language":"Shell","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/baibhavanand.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}},"created_at":"2020-11-13T04:18:33.000Z","updated_at":"2025-03-26T19:56:37.000Z","dependencies_parsed_at":"2024-02-06T07:49:42.005Z","dependency_job_id":"b8c7406b-e5cd-4b33-bfc0-99e19881b926","html_url":"https://github.com/baibhavanand/DAC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baibhavanand/DAC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baibhavanand%2FDAC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baibhavanand%2FDAC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baibhavanand%2FDAC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baibhavanand%2FDAC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baibhavanand","download_url":"https://codeload.github.com/baibhavanand/DAC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baibhavanand%2FDAC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269813618,"owners_count":24479340,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["available-domain","dac","domain","domain-availability","domain-availability-checker"],"created_at":"2024-08-20T21:02:20.182Z","updated_at":"2025-08-11T00:32:49.514Z","avatar_url":"https://github.com/baibhavanand.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-size:36px;font-weight:bold;\"\u003e\n        DAC - Domain Availability Checker\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  \u003cstrong\u003e Coded with ❤️ by Baibhav. (\u003ca href='https://twitter.com/spongebhav' target=\"_blank\"\u003e@spongebhav\u003c/a\u003e)\u003c/strong\u003e\n\u003c/h4\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eAbout DAC\u003c/strong\u003e\n \u003c/h2\u003e\n \n\u003cp align=\"center\"\u003e\n\u003cimg src=\"images/dac.png\"\u003e\n\u003c/p\u003e\n\n\u003cstrong\u003eDAC - Domain Availability Checker\u003c/strong\u003e is a tool written in bash to help people find available domains from the comfort of their terminal. People can chose to pass one domain or wordlist to scan the availability from. People can also chose to store the output (List of available domains) in a different text file.\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eAuto Installation\u003c/strong\u003e\n \u003c/h2\u003e\n \n * Download OR Clone the repository in your machine:\n\u003cpre\u003egit clone https://github.com/baibhavanand/dac\u003c/pre\u003e\n\n* Switch to **dac** directory:\n\u003cpre\u003ecd dac\u003c/pre\u003e\n\n* Give permissions to install.sh file:\n\u003cpre\u003esudo chmod 555 install.sh\u003c/pre\u003e\n\n* Run install.sh:\n\u003cpre\u003esudo ./install.sh --install\u003c/pre\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eManual Installation\u003c/strong\u003e\n \u003c/h2\u003e\n\n* Download OR Clone the repository in your machine:\n\u003cpre\u003egit clone https://github.com/baibhavanand/DAC\u003c/pre\u003e\n\n* Switch to **dac** directory:\n\u003cpre\u003ecd dac\u003c/pre\u003e\n\n* Copy **dac** to /usr/local/bin\n\u003cpre\u003esudo cp dac /usr/local/bin/\u003c/pre\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eDocker Installation\u003c/strong\u003e\n \u003c/h2\u003e\n\n* Download OR Clone the repository in your machine:\n\u003cpre\u003egit clone https://github.com/baibhavanand/DAC\u003c/pre\u003e\n\n* Switch to **dac** directory:\n\u003cpre\u003ecd dac\u003c/pre\u003e\n\n* Build **dac** container:\n\u003cpre\u003edocker build -t dac .\u003c/pre\u003e\n\n* Run **dac** container:\n\u003cpre\u003edocker run dac dac\u003c/pre\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eUsage\u003c/strong\u003e\n \u003c/h2\u003e\n \n  Arguments    | Description\n------------- |-------------\n-d            | Single Domain Name can be passed with -d argument\n-l            | File path to wordlist to scan available domains from can be passed through -l argument\n-t            | TLD (ex: .com .org .net) to scan from the list can be specified from -t argument. (Default is set to .com)\n-o            | To pass file name to save the output (list of available domains) in another text file.\n\n\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eExamples\u003c/strong\u003e\n \u003c/h2\u003e\n \n   \u003cpre\u003edac -d domain.tld\u003c/pre\u003e\n  This will output if the domain is available or taken.\n  \n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/singledomain.png\"\u003e\n\u003c/p\u003e\n\n  \u003cpre\u003edac -l (path to wordlist)\u003c/pre\u003e\n  This will output if the domains in the list is available or not\n  \n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/list.png\"\u003e\n\u003c/p\u003e\n\n  \u003cpre\u003edac -l (path to wordlist) -o (filename.txt)\u003c/pre\u003e\n  This will also scan if the domains in the list is available or not and will save the list of available domains in **filename.txt**\n  \n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/output.png\"\u003e\n\u003c/p\u003e\n\nThe Saved output will be like this:\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/outputpreview.png\"\u003e\n\u003c/p\u003e\n        \n  \u003cpre\u003edac -l (path to wordlist) -t (TLD)\u003c/pre\u003e\n  This will also scan if the domains in the list is available or not with the tld passed via -t argument.\n  \n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/tld.png\"\u003e\n\u003c/p\u003e    \n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eLICENSE\u003c/strong\u003e\n \u003c/h2\u003e\n \n **DAC** is licensed under the **MIT license.** Take a look at the [LICENSE](https://github.com/baibhavanand/dac/blob/main/LICENSE) for more information.\n \n \u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003ePull Requests\u003c/strong\u003e\n \u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/baibhavanand/dac/pulls\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cstrong\u003ePull Requests\u003c/strong\u003e for any kind of improvement in **DAC** are welcome.\n\n*While making a PR, make sure to add yourself in thanks.md list.*\n\n\n\u003ch2 align=\"center\"\u003e\n  \u003cstrong\u003eThanks\u003c/strong\u003e\n \u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/baibhavanand/dac/blob/main/images/Thank%20you.png\" width=\"300\" height=\"200\"\u003e\u003cbr\u003e\nI would like to thank \u003ca href=\"https://github.com/baibhavanand/dac/blob/main/thanks.md\"\u003ethe following people\u003c/a\u003e for contributing to this project.\u003c/p\u003e\n\n\u003cbr\u003e\n\u003chr\u003e\n\u003ci\u003eThis project is maintained by \u003ca href=\"https://github.com/baibhavanand\"\u003eBaibhav Anand Jha\u003c/a\u003e | Twitter: \u003ca href=\"https://twitter.com/spongebhav\"\u003e@spongebhav\u003c/a\u003e\u003c/i\u003e\n\n\u003ca href=\"https://twitter.com/spongebhav\"\u003e\u003cimg src=\"images/signaturegreen.png\" width=\"200\" height=\"50\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaibhavanand%2FDAC","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaibhavanand%2FDAC","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaibhavanand%2FDAC/lists"}