![]() |
10 digit mask increments - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: 10 digit mask increments (/thread-3103.html) |
10 digit mask increments - stank - 02-03-2014 Ive seen this question partially answered in a bruteforce thread regarding letters.. However... with a 10 digit number string I wanted to find out how hashcat mutates the number... 0000000001 0000000002 0000000003 0000000009 1000000001 etc... what is the correct sequence haschat increases? maybe atom could shine some light on this. thanks RE: 10 digit mask increments - philsmd - 02-03-2014 You may be able to understand how this mask-based word generation works by looking at either the output of cpu hashcat --stdout OR maskprocessor. It's easier to understand it (in my opinion) by seeing the word generation in action. RE: 10 digit mask increments - mastercracker - 02-03-2014 Maybe, he founds it confusing because of the markov chains... RE: 10 digit mask increments - atom - 02-03-2014 in that case, use statsprocessor to visualize |