Giter Site home page Giter Site logo

nawfling / dymerge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from k4m4/dymerge

0.0 1.0 0.0 34 KB

πŸ”“ A dynamic dictionary merger for successful dictionary based attacks.

Home Page: https://nikolaskama.me/dymergeproject

License: MIT License

Python 100.00%

dymerge's Introduction

DyMerge Logo

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.


Build Status Donations Badge License Badge Say Thanks GitHub Stars


✨Read my latest post: Why DyMerge Sucks.✨


Visit nikolaskama.me/dymergeproject for more information. Check out my blog and follow me on Twitter.


Installation

You can install DyMerge by cloning the Git Repo:

~ ❯❯❯ 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 asap

Examples:
  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

(For more demos click here)


Developer


License

Copyright 2016-2017 by Nikolaos Kamarinakis. Some rights reserved.

DyMerge is under the terms of the MIT License, following all clarifications stated in the license file.


For more information head over to the official project page. You can also go ahead and email me anytime at nikolaskam{at}gmail{dot}com.

dymerge's People

Contributors

k4m4 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.