{"id":13456792,"url":"https://github.com/codingo/DNSCewl","last_synced_at":"2025-03-24T11:31:22.071Z","repository":{"id":37355412,"uuid":"203096124","full_name":"codingo/DNSCewl","owner":"codingo","description":"A DNS Bruteforcing Wordlist Generator","archived":false,"fork":false,"pushed_at":"2023-02-22T01:12:19.000Z","size":3499,"stargazers_count":347,"open_issues_count":7,"forks_count":53,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-09T13:03:08.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingo.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":"2019-08-19T04:06:10.000Z","updated_at":"2024-10-03T05:14:11.000Z","dependencies_parsed_at":"2024-02-17T10:44:52.369Z","dependency_job_id":null,"html_url":"https://github.com/codingo/DNSCewl","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/codingo%2FDNSCewl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FDNSCewl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FDNSCewl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FDNSCewl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingo","download_url":"https://codeload.github.com/codingo/DNSCewl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245260866,"owners_count":20586487,"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-07-31T08:01:27.816Z","updated_at":"2025-03-24T11:31:22.043Z","avatar_url":"https://github.com/codingo.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# DNSCewl\n[![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)\n\nA DNS Bruteforcing Wordlist Generator.\n\n| Argument   | Description                                                           |\n|------------|-----------------------------------------------------------------------|\n| (stdin)    | Specify a list of targets |\n| -t         | Specify a single target.                                              |\n| -tL        | Specify a list of targets.                                            |\n| -sL        | Specify a list of sets to substitue with                              |\n| -eL        | Specify a list of targets to exclude                                  |\n| -eX        | Specify a list of domain extensions to substitute with |\n| -a         | Specify a file of words to append to a host                           |\n| -p         | Specify a file of words to prepend to a host                          |\n| -v         | If set then verbose output will be displayed in the terminal          |\n| -i         | If set, original domains (from source files) are included in the output. |\n| --range    | Set a higher range for integer permutations. |\n| --subs     | If set then only subdomains will be generated. |\n| --no-color | If set then any foreground or background colours will be stripped out |\n| --limit     | Specify a fixed word limit to output.                                 |\n| --level     | Specify the level of results to output. |\n| --no-repeats | Prevent repeated structures such as one.one.com |\n\n# Level\nThere are multiple levels of changes that can be performed, specified by \"-level\". A level of \"1\" or above modifies the results to use a `-` as well as everything else. A level of 0 wouldn't use `-`. Level defaults to level 1.\n\nAt level 2 integer substituions start to take place, using a set range.\n\n# Append\nAppend works by adding a new subdomain, as well as the word with a `-` and without (unless level is 0). So, for example:\n\nA target list of:\n```\nexample.com\nhelp.example.com\n```\n\nWith an append list of:\n```\ndev\ntest\n```\n\nWith command line as:\n\n```\nDNSCewl -tL targets.txt -a append.txt\n```\n\nWould provide the output:\n\n```\nexample-dev.com\nexample-test.com\nhelp-dev.example.com\nhelp-test.example.com\nexample.dev.com\nexample.test.com\nhelp.dev.example.com\nhelp.test.example.com\n```\n\nIf the flag `--subs` was passed then this would limit results to new subdomains only, and output the following:\n\n```\ndev.example.com\ndevhelp.example.com\ndev-help.example.com\ndev.help.example.com\ntest.example.com\ntesthelp.example.com\ntest-help.example.com\ntest.help.example.com\n```\n\n# Prepend\n\nPrepend is the same as append, but at the beginning of a domain (or subdomain). \n\nUsing as:\n\n```\nDNSCewl -tL targets.txt -p append.txt\n```\n\nWould result in:\n\n```\ndevexample.com\ndev-example.com\ndev.example.com\ndevhelp.example.com\ndev-help.example.com\ndev.help.example.com\ntestexample.com\ntest-example.com\ntest.example.com\ntesthelp.example.com\ntest-help.example.com\ntest.help.example.com\n```\n\n# Level Usage Example\nIf level 1 was spefied, results with `-` wouldn't be used. For example:\n\n```\nDNSCewl -tL targets.txt -p append.txt --level=0\n```\n\nWould result in:\n\n```\ndevexample.com\ndev.example.com\ndevhelp.example.com\ndev.help.example.com\ntestexample.com\ntest.example.com\ntesthelp.example.com\ntest-help.example.com\ntest.help.example.com\n```\n\n# Subs Usage Example\nSubs limits results to subdomains only. For example:\n\n\n```\nDNSCewl -tL targets.txt -p append.txt --level=0 --subs\n```\n\nWould result in:\n\n```\ndev.example.com\ndev.help.example.com\ntest.example.com\ntest-help.example.com\ntest.help.example.com\n```\n\n# No repeats example\nNo repeats prevents the same term being used twice in a domain.\n\nFor example, using `test.example.com` with an prepended list of:\n\n```\ntest\n```\n\nWith the following:\n\n```\nDNSCewl -tL targets.txt -p append.txt --no-repeats\n```\n\nWould result in:\n\n```\ntest.example.com\ntest.testexample.com\n```\n\nNote that test.test.example.com isn't included, as it's a repeated subdomain. It's important to note that test.testexample.com is still possible here, as --no-repeats shouldn't prevent a subdomain and a top level domain from repeating.\n\n# Set List (-sL) Example\nA set list is a series of words to perform a replacement on when one word in a set is discovered.\n\nFor example, an input of:\n\n```\none.example.com\nb.example.com\n```\n\nWhen provided a set list of:\n\n```\none\ntwo\nthree\n```\n\nWould output:\n\n```\ntwo.example.com\nthree.example.com\n```\n\n# Include originals (-i)\nIf set than the original domains, from source lists are included in outputted results. If not then they will be excluded.\n\n# Range Example\nBy default if level=2 is set then any integers in a domain would be incremented and decremented by 100. For example,\n\n```\n101.example.com\n```\n\nWould generate domains from 1.example.com to 200.example.com as output.\n\nRange allows you to override this setting. By default range will adjust to be both negative and positive. For example:\n\n```\n--range=10\n```\nWould generate domians from 91.example.com to 111.example.com. You can however specify + or - on range. So for example,\n\n```\n--range=+10\n```\n\nWould only generate domains from 101.example.com to 111.example.com as our output.\n\n# Domain Extensions (-eX)\nTakes a list of domain extensions and replaces extensions on final results with them.\n\nFor example,\n\n```\nexample.com\nsub.example.com\n```\n\nWhen combined with a list of extentions that includes:\n\n```\n.com.au\n.co.uk\n```\n\nWould result in a list of domains:\n\n```\nexample.com.au\nexample.co.uk\nsub.example.com.au\nsub.example.co.uk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingo%2FDNSCewl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingo%2FDNSCewl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingo%2FDNSCewl/lists"}