{"id":13845998,"url":"https://github.com/rix4uni/SubDog","last_synced_at":"2025-07-12T03:33:21.439Z","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":"2023-09-13T20:54:47.000Z","size":124,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-05T17:45:28.645Z","etag":null,"topics":["recon","reconnaissance","subdomain","subdomain-enumeration","wayback-machine"],"latest_commit_sha":null,"homepage":"","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/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}},"created_at":"2022-08-10T01:15:05.000Z","updated_at":"2024-07-04T16:48:11.000Z","dependencies_parsed_at":"2024-02-21T10:58:28.321Z","dependency_job_id":null,"html_url":"https://github.com/rix4uni/SubDog","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/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":225791496,"owners_count":17524799,"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":["recon","reconnaissance","subdomain","subdomain-enumeration","wayback-machine"],"created_at":"2024-08-04T17:04:16.833Z","updated_at":"2025-07-12T03:33:21.425Z","avatar_url":"https://github.com/rix4uni.png","language":"Shell","funding_links":[],"categories":["Shell"],"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"}