{"id":25074701,"url":"https://github.com/rix4uni/subdog","last_synced_at":"2025-04-15T00:12:38.657Z","repository":{"id":63600135,"uuid":"523157828","full_name":"rix4uni/subdog","owner":"rix4uni","description":"subdog is a subdomain enumeration tools, this tool collect number of different sources to create a list of root subdomains ","archived":false,"fork":false,"pushed_at":"2025-01-26T15:02:53.000Z","size":137,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T00:12:19.209Z","etag":null,"topics":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","subdomain","subdomain-enumeration","threat-intelligence","wayback-machine"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rix4uni.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}},"created_at":"2022-08-10T01:15:05.000Z","updated_at":"2025-04-09T10:22:18.000Z","dependencies_parsed_at":"2025-01-26T15:36:54.975Z","dependency_job_id":null,"html_url":"https://github.com/rix4uni/subdog","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fsubdog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fsubdog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fsubdog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fsubdog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rix4uni","download_url":"https://codeload.github.com/rix4uni/subdog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981270,"owners_count":21193147,"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":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","subdomain","subdomain-enumeration","threat-intelligence","wayback-machine"],"created_at":"2025-02-07T00:18:19.787Z","updated_at":"2025-04-15T00:12:38.626Z","avatar_url":"https://github.com/rix4uni.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"## subdog\n\nsubdog collects subdomains from number of different sources to create a list of root subdomains (i.e.: corp.example.com)\n- Note: subdog tool gives unfiltered data it can be appex domain or subdomains. you have to filter manually for e.g, `grep -aE \"^(.*\\.)?domain\\.com$\"`\n\n## Installation\n```\ngo install github.com/rix4uni/subdog@latest\n```\n\n## Download prebuilt binaries\n```\nwget https://github.com/rix4uni/subdog/releases/download/v0.0.3/subdog-linux-amd64-0.0.3.tgz\ntar -xvzf subdog-linux-amd64-0.0.3.tgz\nrm -rf subdog-linux-amd64-0.0.3.tgz\nmv subdog ~/go/bin/subdog\n```\nOr download [binary release](https://github.com/rix4uni/subdog/releases) for your platform.\n\n## Compile from source\n```\ngit clone --depth 1 github.com/rix4uni/subdog.git\ncd subdog; go install\n```\n\n## Usage\n```\nUsage of subdog:\n  -silent\n        silent mode.\n  -tools string\n        Choose tools: subdomaincenter, jldc, virustotal, alienvault, urlscan, certspotter, hackertarget, crtsh, trickest, subdomainfinder, chaos, merklemap, shodan, reverseipdomain, or all (default \"all\")\n  -verbose\n        enable verbose mode\n  -version\n        Print the version of the tool and exit.\n```\n\n## Examples Usages\n\n### Single Domain:\n1. Run with `subdomaincenter` only:\n```\necho \"dell.com\" | subdog -tools subdomaincenter\n```\n\n2. Run with multiple tools comma-seprated `subdomaincenter` and `jldc`:\n```\necho \"dell.com\" | subdog -tools subdomaincenter,virustotal\n```\n\n3. Run with all tools, (default):\n```\necho \"dell.com\" | subdog -tools all\n```\n\n### Multiple Domains:\n1. Run with `subdomaincenter` only:\n```\ncat wildcards.txt | subdog -tools subdomaincenter\n```\n\n2. Run with multiple tools comma-seprated `subdomaincenter` and `jldc`:\n```\ncat wildcards.txt | subdog -tools subdomaincenter,virustotal\n```\n\n3. Run with all tools, (default):\n```\ncat wildcards.txt | subdog -tools all\n```\n\n## Sources \n- [subdomainfinder](https://subdomainfinder.c99.nl)\n- [trickest](https://github.com/trickest/inventory)\n- [crt.sh](https://crt.sh)\n- [hackertarget](https://api.hackertarget.com)\n- [dnsdumpster](https://dnsdumpster.com)\n- [certspotter](https://api.certspotter.com)\n- [urlscan](https://urlscan.io)\n- [alienvault](https://otx.alienvault.com)\n- [virustotal](https://www.virustotal.com)\n- [jldc](https://jldc.me)\n- [subdomaincenter](https://api.subdomain.center)\n- [chaos](https://chaos.projectdiscovery.io)\n- [merklemap](https://api.merklemap.com)\n- [shodan](https://api.shodan.io)\n- [reverseipdomain](https://sub-scan-api.reverseipdomain.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fsubdog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frix4uni%2Fsubdog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fsubdog/lists"}