Make Wordlist
#1
Hi,

Guys how can I make this " 1B036E36EA02B4D4" kind of password, The letter goes from A to F and numbers goes 1-9, its mixed all the way another example " B659E57FA914F0B3 " total is 16 digit. Letters are capital. Any Help please......
#2
keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.
#3
I don't think that with 16 chars it is very clever and fast to generate a wordlist.
Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too

Anyway, the idea is this:
maskprocessor and / or oclHashcat:
./mp32.bin --increment-min=16 --increment-max=16 -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
./oclHashcat [mode, hashfile etc] -a 3 -i --increment-min=16 --increment-max=16 -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1

epixoip was faster Wink
but at least we did think the same way - 16 is too long for wordlist
#4
(08-22-2013, 12:59 AM)epixoip Wrote: keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.

Thank you for the reply, so I am forgetting........this
#5
(08-22-2013, 01:04 AM)pynkulathil Wrote:
(08-22-2013, 12:59 AM)epixoip Wrote: keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.

Thank you for the reply, so I am forgetting........this

Thank you 4 the reply. This is my system config. Also I have 2x7990 AMD cards. Is it possible to make it.


Attached Files Thumbnail(s)
   
#6
So, this is really your machine and you use Windows on this ? What a waste of performance...
#7
Your question was answered in the second post.
Closed.