Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

DyMerge Bruteforce Dictionary Merging Tool

$
0
0

DyMerge is a simple, yet powerful bruteforce dictionary merging 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.


DyMerge   Bruteforce Dictionary Merging Tool

One day the author was making his way through a ctf challenge, and he thought about how powerful a single dictionary could become if only it contained every possibly relevant wordlist extracted from previous leaked content, provided by everyday cracking tools, and created by custom word list generators. All into one.

DyMerge gives you the opportunity to sit back and relax while your password cracking tool does its job for you, without thinking that you’ll most probably going to have to try using a different dictionary, which undoubtedly contains many of the same words as the previous one.

DyMerge deals with that issue for you as it removes duplicates.

Usage Usage: python dymerge.py {dictionaries} [options]

To view all available options run:

$ pythondymerge.py -h

You can download DyMerge here:

gitclone https://github.com/k4m4/dymerge.git

Or read more here .


Viewing all articles
Browse latest Browse all 9596

Trending Articles