15 char exactly
#2
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
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.
Reply


Messages In This Thread
15 char exactly - by maxhrc - 02-04-2020, 12:18 PM
RE: 15 char exactly - by philsmd - 02-04-2020, 12:31 PM
RE: 15 char exactly - by maxhrc - 02-04-2020, 12:39 PM