Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4m4/dymerge
π A dynamic dictionary merger for successful dictionary based attacks.
https://github.com/k4m4/dymerge
brute-force dictionary-based-attacks hacking infosec
Last synced: 6 days ago
JSON representation
π A dynamic dictionary merger for successful dictionary based attacks.
- Host: GitHub
- URL: https://github.com/k4m4/dymerge
- Owner: k4m4
- License: mit
- Created: 2016-09-01T00:09:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T02:59:04.000Z (over 3 years ago)
- Last Synced: 2025-01-10T06:36:53.346Z (13 days ago)
- Topics: brute-force, dictionary-based-attacks, hacking, infosec
- Language: Python
- Homepage: https://nikolaskama.me/dymergeproject
- Size: 33.2 KB
- Stars: 222
- Watchers: 25
- Forks: 51
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
> 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.
- Compatible with Python 2.6 & 2.7.
- Author: [Nikolaos Kamarinakis](mailto:[email protected]) ([nikolaskama.me](https://nikolaskama.me/))
[![Build Status](https://travis-ci.org/k4m4/dymerge.svg?branch=master)](https://travis-ci.org/k4m4/dymerge)
[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://yourdonation.rocks)
[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/dymerge/blob/master/license)
[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/k4m4)
[![GitHub Stars](https://img.shields.io/github/stars/k4m4/dymerge.svg)](https://github.com/k4m4/dymerge/stargazers)---
β¨Read my latest post: Why DyMerge Sucks.β¨
---
Visitnikolaskama.me/dymergeproject
for more information. Check out my blog and follow me on Twitter.
# Installation
You can install DyMerge by cloning the [Git Repo](https://github.com/k4m4/dymerge):
```
~ β―β―β― git clone https://github.com/k4m4/dymerge.git
~ β―β―β― cd dymerge/
~/dymerge β―β―β― python dymerge.py
```
# Usage
```
Usage: python dymerge.py {dictionaries} [options]Options:
--version show program's version number and exit
-h, --help show this help message and exit
-o OUTPUT_FILE, --output=OUTPUT_FILE
output filename
-i INCLUDE_VALUES, --include=INCLUDE_VALUES
include specified values in dictionary
-z ZIP_TYPE, --zip=ZIP_TYPE
zip file with specified archive format
-s, --sort sort output alphabetically
-u, --unique remove dictionary duplicates
-r, --reverse reverse dictionary items
-f, --fast finish task asapExamples:
python dymerge.py ~/dictionaries/ -s -u -o ~/powerful.txt
python dymerge.py /usr/share/wordlists/rockyou.txt /lists/cewl.txt -s -u
python dymerge.py /lists/cewl.txt /lists/awlg.txt -s -u -i and,this
python dymerge.py ~/fsocity.dic -u -r -o ~/clean.txt
python dymerge.py /dicts/crunch.txt /dicts/john.txt -u -f -z bz2
```To view all available options run:
```
~/dymerge β―β―β― python dymerge.py -h
```
# Demo
Here's a short demo:
[![DyMerge Demo](https://asciinema.org/a/84067.png)](https://asciinema.org/a/84067?autoplay=1)
(For more demos click [here](https://asciinema.org/~k4m4))
# Developer
- **Nikolaos Kamarinakis** (k4m4) - [@nikolaskama](https://twitter.com/nikolaskama)
# License
Copyright 2016-2017 by [Nikolaos Kamarinakis](mailto:[email protected]). Some rights reserved.
DyMerge 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).
For more information head over to the [official project page](https://nikolaskama.me/dymergeproject/).
You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com**.