{"id":24200165,"url":"https://github.com/vulnpire/subfuzz","last_synced_at":"2025-10-08T00:20:52.234Z","repository":{"id":245207018,"uuid":"817567396","full_name":"Vulnpire/subfuzz","owner":"Vulnpire","description":"rapidly generates subdomains by replacing the FUZZ placeholder in domain patterns with words from a list","archived":false,"fork":false,"pushed_at":"2024-06-20T02:30:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T09:31:26.072Z","etag":null,"topics":["bug-bounty","fuzzing","reconnaissance"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Vulnpire.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-20T02:13:49.000Z","updated_at":"2024-06-20T02:30:38.000Z","dependencies_parsed_at":"2024-06-20T14:40:17.207Z","dependency_job_id":"5cb4fc17-fd5d-4c36-b479-78bea7275e28","html_url":"https://github.com/Vulnpire/subfuzz","commit_stats":null,"previous_names":["vulnpire/subfuzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vulnpire/subfuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2Fsubfuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2Fsubfuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2Fsubfuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2Fsubfuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vulnpire","download_url":"https://codeload.github.com/Vulnpire/subfuzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2Fsubfuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278867888,"owners_count":26059862,"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-10-07T02:00:06.786Z","response_time":59,"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":["bug-bounty","fuzzing","reconnaissance"],"created_at":"2025-01-13T20:41:25.274Z","updated_at":"2025-10-08T00:20:52.204Z","avatar_url":"https://github.com/Vulnpire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Subfuzz\n\nis a simple and efficient tool designed to generate potential subdomains by replacing a `FUZZ` placeholder in a given domain pattern with words from a specified wordlist. This is particularly useful for security testing and discovering hidden subdomains.\n\n## Features\n\n- **Flexible Pattern Replacement**: Replace `FUZZ` in your domain pattern with words from a wordlist.\n- **Easy to Use**: Command-line interface for quick and straightforward use.\n- **High Efficiency**: Generates subdomains quickly compared to traditional fuzzers.\n\n## Installation\n\nTo get started with Subfuzz, you need to have Python 3 installed on your system. Follow these steps to install and run Subfuzz:\n\n`git clone https://github.com/Vulnpire/subfuzz \u0026\u0026 cd subfuzz \u0026\u0026 chmod +x subfuzz \u0026\u0026 mv subfuzz /usr/bin/subfuzz`\n\n## Usage\n\nTo use Subfuzz, you need to provide a domain pattern with the FUZZ placeholder and a wordlist file. The script will replace FUZZ with each word from the wordlist and print the generated subdomains.\n\n## Arguments\n\n    \u003cdomain_pattern\u003e: The domain pattern containing FUZZ (e.g., subdomainFUZZ.domain.tld).\n    -w, --wordlist: Path to the wordlist file containing words to replace FUZZ.\n\n## Example\n\nSuppose you have a wordlist wordlist.txt with the following content:\n\n\n```\nnl wordlist.txt\n  1  test\n  2  example\n  3  demo\n```\n\nRunning the command:\n\n`subfuzz subdomain-FUZZ.example.com -w wordlist.txt`\n\nWill produce the following output:\n\n```\nsubdomain-test.example.com\nsubdomain-example.example.com\nsubdomain-demo.example.com\n```\n\n## Efficiency and Integration with Other Tools\n\nSubfuzz is designed to be significantly faster than traditional fuzzers that test subdomain patterns against DNS resolvers directly. By quickly generating a comprehensive list of potential subdomains, you can pass this list to a DNS resolution tool like `dnsx` for validation and further processing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnpire%2Fsubfuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulnpire%2Fsubfuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnpire%2Fsubfuzz/lists"}