All Projects β†’ k4m4 β†’ Dymerge

k4m4 / Dymerge

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dymerge

Dirsearch
Web path scanner
Stars: ✭ 7,246 (+4238.92%)
Mutual labels:  hacking, infosec, brute-force
Pentesting toolkit
πŸ΄β€β˜ οΈ Tools for pentesting, CTFs & wargames. πŸ΄β€β˜ οΈ
Stars: ✭ 1,268 (+659.28%)
Mutual labels:  hacking, infosec
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (-2.4%)
Mutual labels:  hacking, infosec
Web Brutator
Fast Modular Web Interfaces Bruteforcer
Stars: ✭ 97 (-41.92%)
Mutual labels:  hacking, brute-force
T14m4t
Automated brute-forcing attack tool.
Stars: ✭ 160 (-4.19%)
Mutual labels:  hacking, brute-force
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-62.87%)
Mutual labels:  hacking, infosec
Python Ransomware
Python Ransomware Tutorial - YouTube tutorial explaining code + showcasing the ransomware with victim/target roles
Stars: ✭ 96 (-42.51%)
Mutual labels:  hacking, infosec
Holisticinfosec For Webdevelopers Fascicle0
πŸ“š Overview πŸ”’ Tooling πŸ”’ Process πŸ”’ Physical πŸ”’ People πŸ“š
Stars: ✭ 37 (-77.84%)
Mutual labels:  hacking, infosec
Virtualseccons
An ongoing list of virtual cybersecurity conferences.
Stars: ✭ 113 (-32.34%)
Mutual labels:  hacking, infosec
Mitmap
πŸ“‘ A python program to create a fake AP and sniff data.
Stars: ✭ 1,526 (+813.77%)
Mutual labels:  hacking, infosec
Oscp Automation
A collection of personal scripts used in hacking excercises.
Stars: ✭ 118 (-29.34%)
Mutual labels:  hacking, brute-force
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-65.87%)
Mutual labels:  hacking, brute-force
Jaeles
The Swiss Army knife for automated Web Application Testing
Stars: ✭ 1,073 (+542.51%)
Mutual labels:  hacking, infosec
Cloakify
CloakifyFactory - Data Exfiltration & Infiltration In Plain Sight; Convert any filetype into list of everyday strings, using Text-Based Steganography; Evade DLP/MLS Devices, Defeat Data Whitelisting Controls, Social Engineering of Analysts, Evade AV Detection
Stars: ✭ 1,136 (+580.24%)
Mutual labels:  hacking, infosec
Pythem
pentest framework
Stars: ✭ 1,060 (+534.73%)
Mutual labels:  hacking, brute-force
Apac Conferences
A community contributed consolidated list of InfoSec meetups in the Asia Pacific region.
Stars: ✭ 90 (-46.11%)
Mutual labels:  hacking, infosec
Offensive Dockerfiles
Offensive tools as Dockerfiles. Lightweight & Ready to go
Stars: ✭ 150 (-10.18%)
Mutual labels:  hacking, infosec
Badusb botnet
πŸ‘₯😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (-80.84%)
Mutual labels:  hacking, infosec
Brutex
Automatically brute force all services running on a target.
Stars: ✭ 974 (+483.23%)
Mutual labels:  hacking, brute-force
Hacker Container
Container with all the list of useful tools/commands while hacking and pentesting Kubernetes Clusters
Stars: ✭ 105 (-37.13%)
Mutual labels:  hacking, infosec

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].