September 27, 2022
First is we may use a famous tool called Dymerge. This tool might be famous but we think it sucks. Then we should follow the second one. Wait a bit first we are going to learn about Dymerge tool then we learn about the second method.
Dymerge in Kali Linux
Dymerge is a python tool that we can use our password lists. It is a simple command line tool that help us to marge wordlists or add/remove specific keywords from a wordlist.
Then we need to navigate inside the dymerge directory by using following command:
We can see following files in dymerge directory by using ls command:
In the following screenshot we can see the dymerge.py the python script we need.
To see Dymerge’s help option we can use following command:
Dymerge will open the help menu after the above command as the following screenshot:
Here we can see that we can marge two wordlists using this tool. For example we gathered some wordlist files on our Desktop.
Now we will marge all these wordlists into a giant wordlist and we want the output in compressed format. Here we compress all the wordlists on the directory, for that we just need to specify the directory only.
If we want to merge individual wordlists then we have to specify the file names also. -o flag is used for the output location & format. We also want to insert one more password “KaliLinuxIn” into our giant wordlist, so use need to use -i flag.
We can remove the duplicate passwords and keep the unique passwords only by just using the -u flag. We also can reverse the passwords by using -r flag but we are not using that on our this example.
So we apply the following command in our terminal.
In the above screenshot we can see Dymerge is started its job. We just need wait some seconds (It’s depends on our wordlist’s size and our machine’s processing power). After finish the work it looks like the following screenshot:
We had choose the same directory for the giant wordlist’s output as zip. After complete the process we got the giant wordlist on our required directory or folder, as we can see in the following screenshot.
![]() |
We got the giant zipped wordlist. Don’t follow our wallpaper it changes automatically in minutes |
That is how Dymerge works. But this can be replaced by some simple bash commands that is the second method. Bash can easily replace all it’s functions, so why we need this? That why we told that Dymerge sucks.
DyMerge Vs Bash
When Bash commands can replace Dymerge then why we need to carry an extra python script on our machine. We don’t need to download and run an extra tool to do it.
Moreover, Dymerge doesn’t work well with too large files. This is because it loads every word from each dictionary into an array, causing the computer system’s memory to overload and possibly even crash.
Here is some Dymerge uses and Bash commands that can replace those:
Dymerge command:
Bash command to replace this
Dymerge command:
Bash command to replace this
Dymerge command:
Bash command to replace this
Dymerge command:
Bash command to replace this
Even though all of DyMerge’s main features can be fulfilled with classic bash, the tool has actually gained publicity. — Nikolaos Kamarinakis (Creator of DyMerge)
So, this all for this tutorial hope everyone liked this. In this tutorial we have learned how to manage bigg wordlists on our system.
Article posted by: https://www.kalilinux.in/2020/08/how-to-manage-big-passwordlists.html
——————————————————————————————————————–
Infocerts, 5B 306 Riverside Greens, Panvel, Raigad 410206 Maharashtra, India
Contact us – https://www.infocerts.com
This is the article generated by feed coming from KaliLinux.in and Infocerts is only displaying the content.