{"id":13844766,"url":"https://github.com/bing0o/SubEnum","last_synced_at":"2025-07-12T00:31:33.222Z","repository":{"id":37501085,"uuid":"253926692","full_name":"bing0o/SubEnum","owner":"bing0o","description":"bash script for Subdomain Enumeration ","archived":false,"fork":false,"pushed_at":"2023-10-03T17:47:35.000Z","size":632,"stargazers_count":299,"open_issues_count":1,"forks_count":56,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-05T17:43:03.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bing0o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-07T22:30:21.000Z","updated_at":"2024-08-03T14:58:05.000Z","dependencies_parsed_at":"2023-10-20T18:15:21.132Z","dependency_job_id":"55024d07-3a85-4588-892d-a28d00adb5a6","html_url":"https://github.com/bing0o/SubEnum","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/bing0o%2FSubEnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bing0o%2FSubEnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bing0o%2FSubEnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bing0o%2FSubEnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bing0o","download_url":"https://codeload.github.com/bing0o/SubEnum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225772744,"owners_count":17521882,"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":[],"created_at":"2024-08-04T17:02:55.866Z","updated_at":"2025-07-12T00:31:33.203Z","avatar_url":"https://github.com/bing0o.png","language":"Shell","readme":"## Description:\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nbash script for Subdomain Enumeration using 4 tools and 3 online services, you have to install these tools by yourself to be able to use SubEnum.sh, or use [setup.sh](https://github.com/bing0o/SubEnum/blob/master/setup.sh) script to install them.\n\n![image](img.png)\n\n### Available Tools and online services:\n\n1. Tools:\n\t- [Findomain](https://github.com/Edu4rdSHL/findomain)\n\t- [SubFinder](https://github.com/projectdiscovery/subfinder)\n\t- [Amass](https://github.com/OWASP/Amass)\n\t- [AssetFinder](https://github.com/tomnomnom/assetfinder)\n\t- [Httprobe](https://github.com/tomnomnom/httprobe): To Probe For Working HTTP and HTTPS Subdomains.\n\t- [anew](https://github.com/tomnomnom/anew): To delete duplicates when using -s/--silent option.\n1. online services:\n\t- [WayBackMachine](http://web.archive.org/)\n\t- [crt.sh](https://crt.sh/)\n \t- [AbuseIPDB](https://www.abuseipdb.com/)\n\t- ~~[BufferOver](https://dns.bufferover.run/)~~ - No longer available and it has been deleted from the tool.\n\n## Installation:\n\nto install the dependencies run:\n\n```bash\n$ git clone https://github.com/bing0o/SubEnum.git\n$ cd SubEnum\n$ chmod +x setup.sh\n$ ./setup.sh\n```\n\n## Usage:\n\n### Basic usage:\n\n```bash\n$ subenum -d target.com \n```\n\n### Resolve The Found Subdomains:\n\n```bash\n$ subenum -d target.com -r \n```\n\n### Agains a list of domains\n\n```bash\n$ subenum -l domains.txt -r\n```\n\n### Exclude:\n\n```bash\n$ subenum -d target.com -e Amass,wayback\n```\n\n### Use:\n\n```bash\n$ subenum -d target.com -u Findomain,Subfinder\n```\n\nexclude and use can be used with list of domains too \n\n```bash\n$ subenum -l domains.txt -u crt,bufferover\n```\n\n### Parallel:\nthe tool `parallel` must be installed on you system, it runs all the functions at the same time which make the results faster, doesn't work with -u/--use or -e/--exclude options.\n\n```bash\n$ subenum -d target.com -p\n```\n\n\n### Silent:\n\nthis option helps when you want to pipe the results to another tool, or just to avoid the useless output.\n\n```bash\n$ subenum -d target.com -s \ndev.target.com\nadmin.target.com\napi.target.com\n..\n..\n```\n\nhappy hacking!\n\n\n## Spport:\n\nYou can support me here:\n\n\u003ca href=\"https://www.buymeacoffee.com/bing0o\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/secfb\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/38748801?v=4?s=100\" width=\"100px;\" alt=\"Never Mind\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNever Mind\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=secfb\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mehedi1194\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/54717234?v=4?s=100\" width=\"100px;\" alt=\"Mehedi Hasan Remon\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMehedi Hasan Remon\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=mehedi1194\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://alins.ir\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/67107893?v=4?s=100\" width=\"100px;\" alt=\"alins.ir\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ealins.ir\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=alins1r\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://0xhunster.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46501627?v=4?s=100\" width=\"100px;\" alt=\"Akash Sarkar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAkash Sarkar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=0xhunster\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/cihanmehmets\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7144304?v=4?s=100\" width=\"100px;\" alt=\"Cihan Mehmet DOĞAN (CMD)\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCihan Mehmet DOĞAN (CMD)\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=cihanmehmet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Q0120S\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72891022?v=4?s=100\" width=\"100px;\" alt=\"NoobHunter\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNoobHunter\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=Q0120S\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://bug-hunter.tk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/94289484?v=4?s=100\" width=\"100px;\" alt=\"Sharo_k_h\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSharo_k_h\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=SharokhAtaie\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mujtabasec.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72700323?v=4?s=100\" width=\"100px;\" alt=\"Mujtaba\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMujtaba\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=mujtabasec\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Psikoz-coder\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/200380657?v=4?s=100\" width=\"100px;\" alt=\"Psikoz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePsikoz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bing0o/SubEnum/commits?author=Psikoz-coder\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":["https://www.buymeacoffee.com/bing0o"],"categories":["Shell (473)","Shell","Tools"],"sub_categories":["Shell tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbing0o%2FSubEnum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbing0o%2FSubEnum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbing0o%2FSubEnum/lists"}