Set Min and Max Password length give error
#5
(09-09-2021, 06:23 PM)MorkBorlog Wrote: I have to admit that I haven't quite understood that yet. Also just take 21 instead of 20 in the mask?

The simplest would be if I generate a word list with 20 numbers and then use it for a rainbow attack, right?

Just think about how big this list is, 20 numbers is 10 to the power 20 possibilities. A 100 billion billion possibilities. When hashcat says "Integer overflow detected in keyspace of mask:" it is actually saying "There is no way in the time of this universe you are ever going to approach any useful form of brute forcing".

The number of possibilities you are trying is estimated to be the same number of grains of sand on the planet earth. So you are effectively saying "I'm going to look at every grain of sand on the planet and only one of those grains is the correct one I want".

It is not going to happen.
Reply


Messages In This Thread
RE: Set Min and Max Password length give error - by DanielG - 09-10-2021, 09:09 AM