Make a word list with hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Make a word list with hashcat (/thread-9256.html) |
Make a word list with hashcat - Nima.9 - 05-26-2020 Hello dear friends Is it possible to generate a 62-character word list (consisting of the letters 1.3.e.f) with hasccat? Forgive me if I can't speak English properly RE: Make a word list with hashcat - royce - 05-26-2020 To clarify, do you mean that each word is 62 characters long, and only consisting of the letters '1', '3', 'e', and 'f' ? If so, this wordlist would be infeasible to exhaust. https://www.wolframalpha.com/input/?i=4%5E62 RE: Make a word list with hashcat - Nima.9 - 05-26-2020 (05-26-2020, 04:29 PM)royce Wrote: To clarify, do you mean that each word is 62 characters long, and only consisting of the letters '1', '3', 'e', and 'f' ? Yes, exactly I have powerful hardware including 24 graphics cards. (Gpu= RTX 2080) Is it not possible with these conditions? RE: Make a word list with hashcat - royce - 05-26-2020 It is not possible with 100,000 graphics cards. I encourage you to do the mathematical calculation yourself: - Test how many hashes per second are possible on your system - Calculate how many possible words there are in 4^62 - Calculate how many seconds it would take for your system to complete all the words For example, if your hash was an MD5 hash, and your benchmark was similar to: https://gist.github.com/epixoip/23068f4bc81db505115c43e7751522f2 ... then this is how many years it would take to exhaust on your system: https://www.wolframalpha.com/input/?i=4%5E62+%2F+%2837085000000*24%29+%2860*60*24*365%29 7.5*10^32 years, or 7500000000000000000000000000000000 years. If you instead had a million RTX 2080, it will only remove six decimal places, and be: 7.5*10^26 years, or 7500000000000000000000000000 years. |