{"id":13648391,"url":"https://github.com/k4m4/dymerge","last_synced_at":"2025-05-07T15:06:04.820Z","repository":{"id":46999041,"uuid":"67082907","full_name":"k4m4/dymerge","owner":"k4m4","description":"🔓 A dynamic dictionary merger for successful dictionary based attacks.","archived":false,"fork":false,"pushed_at":"2021-09-18T02:59:04.000Z","size":34,"stargazers_count":224,"open_issues_count":4,"forks_count":50,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-07T15:05:52.256Z","etag":null,"topics":["brute-force","dictionary-based-attacks","hacking","infosec"],"latest_commit_sha":null,"homepage":"https://nikolaskama.me/dymergeproject","language":"Python","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/k4m4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-01T00:09:42.000Z","updated_at":"2025-05-04T12:46:26.000Z","dependencies_parsed_at":"2022-09-01T11:50:18.838Z","dependency_job_id":null,"html_url":"https://github.com/k4m4/dymerge","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fdymerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fdymerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fdymerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fdymerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4m4","download_url":"https://codeload.github.com/k4m4/dymerge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902614,"owners_count":21822261,"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":["brute-force","dictionary-based-attacks","hacking","infosec"],"created_at":"2024-08-02T01:04:12.239Z","updated_at":"2025-05-07T15:06:04.794Z","avatar_url":"https://github.com/k4m4.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg width=\"650\" src=\"https://nikolaskama.me/content/images/2017/02/dymerge_small.png\" alt=\"DyMerge Logo\"\u003e\n\u003c/h1\u003e\n\n\n\u003e A simple, yet powerful tool - written purely in python - which takes given wordlists and merges them into one dynamic dictionary that can then be used as ammunition for a successful dictionary based (or bruteforce) attack.\n\n- Compatible with Python 2.6 \u0026 2.7.\n- Author: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) ([nikolaskama.me](https://nikolaskama.me/))\n\n\u003cbr\u003e\n\n[![Build Status](https://travis-ci.org/k4m4/dymerge.svg?branch=master)](https://travis-ci.org/k4m4/dymerge)\n[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://yourdonation.rocks)\n[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/dymerge/blob/master/license)\n[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/k4m4)\n[![GitHub Stars](https://img.shields.io/github/stars/k4m4/dymerge.svg)](https://github.com/k4m4/dymerge/stargazers)\n\n---\n\n\u003cp align=\"center\"\u003e✨Read my latest post: \u003ca href=\"https://nikolaskama.me/why-dymerge-sucks\"\u003e\u003ci\u003eWhy DyMerge Sucks.\u003c/i\u003e\u003c/a\u003e✨\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003csub\u003eVisit \u003ca href=\"https://nikolaskama.me/dymergeproject/\"\u003e\u003ccode\u003enikolaskama.me/dymergeproject\u003c/code\u003e\u003c/a\u003e for more information. Check out my \u003ca href=\"https://nikolaskama.me\"\u003eblog\u003c/a\u003e and follow me on \u003ca href=\"https://twitter.com/nikolaskama\"\u003eTwitter\u003c/a\u003e.\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n# Installation \n\nYou can install DyMerge by cloning the [Git Repo](https://github.com/k4m4/dymerge):\n\n```\n~ ❯❯❯ git clone https://github.com/k4m4/dymerge.git\n~ ❯❯❯ cd dymerge/\n~/dymerge ❯❯❯ python dymerge.py\n```\n\n\u003cbr\u003e\n\n# Usage\n\n```\nUsage: python dymerge.py {dictionaries} [options]\n\nOptions:\n  --version             show program's version number and exit\n  -h, --help            show this help message and exit\n  -o OUTPUT_FILE, --output=OUTPUT_FILE\n                        output filename\n  -i INCLUDE_VALUES, --include=INCLUDE_VALUES\n                        include specified values in dictionary\n  -z ZIP_TYPE, --zip=ZIP_TYPE\n                        zip file with specified archive format\n  -s, --sort            sort output alphabetically\n  -u, --unique          remove dictionary duplicates\n  -r, --reverse         reverse dictionary items\n  -f, --fast            finish task asap\n\nExamples:\n  python dymerge.py ~/dictionaries/ -s -u -o ~/powerful.txt\n  python dymerge.py /usr/share/wordlists/rockyou.txt /lists/cewl.txt -s -u\n  python dymerge.py /lists/cewl.txt /lists/awlg.txt -s -u -i and,this\n  python dymerge.py ~/fsocity.dic -u -r -o ~/clean.txt\n  python dymerge.py /dicts/crunch.txt /dicts/john.txt -u -f -z bz2\n```\n\nTo view all available options run:\n\n```\n~/dymerge ❯❯❯ python dymerge.py -h\n```\n\n\u003cbr\u003e\n\n# Demo\n\nHere's a short demo:\n\n[![DyMerge Demo](https://asciinema.org/a/84067.png)](https://asciinema.org/a/84067?autoplay=1)\n\n(For more demos click [here](https://asciinema.org/~k4m4))\n\n\u003cbr\u003e\n\n# Developer\n\n- **Nikolaos Kamarinakis** (k4m4) - [@nikolaskama](https://twitter.com/nikolaskama)\n\n\u003cbr\u003e\n\n# License\n\nCopyright 2016-2017 by [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com). Some rights reserved.\n\nDyMerge is under the terms of the [MIT License](https://www.tldrlegal.com/l/mit), following all clarifications stated in the [license file](https://raw.githubusercontent.com/k4m4/dymerge/master/license).\n\n\u003cbr\u003e\n\nFor more information head over to the [official project page](https://nikolaskama.me/dymergeproject/).\nYou can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com**. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fdymerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4m4%2Fdymerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fdymerge/lists"}