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+.
Author: Nikolaos Kamarinakis ( nikolaskama.me )
Installation
Preferably, you can install DyMerge by cloning the Git Repo :
$ git clone https://github.com/k4m4/dymerge.git
Alternatively, you can install it from the Cheese Shop using the pip command: $ pip install dymerge
Usage
Usage: python dymerge.py {dictionaries} [options]
To view all available options run:
$ python dymerge.py -h
Demo
Here's a short demo:
(For more demos click here )