02-04-2020, 12:31 PM
it is infeasible
the math is (26+10)^15 = 221073919720733357899776 (very huge number !)
which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616)
see https://hashcat.net/wiki/doku.php?id=mas...m_charsets
The syntax of course would be
You will of course get an "Integer overflow detected" error, because it's just an insane approach of cracking passwords.
the math is (26+10)^15 = 221073919720733357899776 (very huge number !)
which by the way is even larger than a 64-bit number (2^64 = 18446744073709551616)
see https://hashcat.net/wiki/doku.php?id=mas...m_charsets
The syntax of course would be
Code:
hashcat -m 2500 -a 3 -w 3 --custom-charset1 ?l?d my.hccapx ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
You will of course get an "Integer overflow detected" error, because it's just an insane approach of cracking passwords.