Hi!
How do I create a wordlist with all combinations of choosen words. For exemple i choose the words aa, bb and 11. How iI create a wordlist with all combinations of these words. What program to use?
Thanks in advance
Hi!
How do I create a wordlist with all combinations of choosen words. For exemple i choose the words aa, bb and 11. How iI create a wordlist with all combinations of these words. What program to use?
Thanks in advance
8 Responses
Use crunch. It comes pre-installed with Kali Linux.
Its been a long time since I used it.
But it will be something like aabb11@@@
(where @ represents the letters/digits generated sequentially as per your command)
I want for example aabb11,11aabb,bbaa11,etc. .
That's it?
Nope, that was just a rough example I scavenged from the forgetful nooks and corners of my brain.
Google 'Crunch Kali Linux'.
I wrote an article on something like that. You should check it out:
https://null-byte.wonderhowto.com/how-to/create-password-dictionary-generating-script-with-python-0163038/
Hope this helps...Or you can check out this code, that I wrote.
http://pastebin.com/ZM6KTGrN
Thanks @man wuzi...
I also don't like crunch :)
WARNING: Crunch eats Petra Bytes of space.
(Just felt like making a Warning in all caps.)
You welcome. I hope that's what you looking for
Or use Null Byte...
https://null-byte.wonderhowto.com/how-to/password-cracking/
Share Your Thoughts