{"id":13845471,"url":"https://github.com/melbadry9/WhoEnum","last_synced_at":"2025-07-12T02:31:33.431Z","repository":{"id":44891522,"uuid":"429418095","full_name":"melbadry9/WhoEnum","owner":"melbadry9","description":"Mass querying whois records","archived":false,"fork":false,"pushed_at":"2021-12-28T16:56:13.000Z","size":107,"stargazers_count":28,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T17:44:36.901Z","etag":null,"topics":["bugbounty","enumeration","recon","whois"],"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/melbadry9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-18T12:17:34.000Z","updated_at":"2024-04-16T02:46:27.000Z","dependencies_parsed_at":"2022-08-26T03:32:24.708Z","dependency_job_id":null,"html_url":"https://github.com/melbadry9/WhoEnum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melbadry9%2FWhoEnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melbadry9%2FWhoEnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melbadry9%2FWhoEnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melbadry9%2FWhoEnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melbadry9","download_url":"https://codeload.github.com/melbadry9/WhoEnum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225784583,"owners_count":17523673,"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":["bugbounty","enumeration","recon","whois"],"created_at":"2024-08-04T17:03:25.394Z","updated_at":"2024-11-21T18:31:51.660Z","avatar_url":"https://github.com/melbadry9.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# WhoEnum\n\nMass querying whois records using whois tool\n\n## Install\n\n```bash\ngit clone http://github.com/melbadry9/WhoEnum.git;\ncd WhoEnum; \npip3 install .;\n```\n\n## Help\n\n```bash\n$ whoenum -h \n\nusage: whoenum [-h] [-t THREADS] [-r RETRIES] [-d DOMAIN | -l LIST]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t THREADS, --threads THREADS\n                        Number of threads\n  -r RETRIES, --retries RETRIES\n                        Number of retries after failure attempt\n  -d DOMAIN, --domain DOMAIN\n                        Use domains as a string sperated by ','\n  -l LIST, --list LIST  Use list of domains\n```\n\n## Example\n\n```bash\n$ whoenum -d alibaba.com | jq\n```\n\n```json\n{\n  \"domain_name\": [\n    \"ALIBABA.COM\",\n    \"alibaba.com\"\n  ],\n  \"registrar\": \"Alibaba Cloud Computing (Beijing) Co., Ltd.\",\n  \"whois_server\": \"grs-whois.hichina.com\",\n  \"referral_url\": null,\n  \"updated_date\": \"2018-11-19 04:52:41\",\n  \"creation_date\": \"1999-04-15 04:00:00\",\n  \"expiration_date\": \"2023-05-23 19:54:58\",\n  \"name_servers\": [\n    \"NS1.ALIBABADNS.COM\",\n    \"NS2.ALIBABADNS.COM\"\n  ],\n  \"status\": [\n    \"clientTransferProhibited https://icann.org/epp#clientTransferProhibited\",\n    \"serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited\",\n    \"serverTransferProhibited https://icann.org/epp#serverTransferProhibited\",\n    \"serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited\"\n  ],\n  \"emails\": \"DomainAbuse@service.aliyun.com\",\n  \"dnssec\": \"unsigned\",\n  \"name\": null,\n  \"org\": null,\n  \"address\": null,\n  \"city\": null,\n  \"state\": \"zhe jiang\",\n  \"zipcode\": null,\n  \"country\": \"CN\"\n}\n```\n\n## Thanks\n\nThis tool is based on [python-whois](https://github.com/richardpenman/whois)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelbadry9%2FWhoEnum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelbadry9%2FWhoEnum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelbadry9%2FWhoEnum/lists"}