Hash $pkzip$1 not supported
#6
instead of giving the mask inside a command line you can use a mask-file

inside a mask-file you can specify up to 4 charsets like on command line, charsets are divided by a comma so

mask.txt
?l?u?d},?1?1?1?1?1?1?1?1
would generate lower upper digits and }
be aware of the comma and ?2
?l?u?d,},?1?1?1?1?1?1?1?2
would generate passwords with lower upper digits and a } appended

your given file is 2 megabytes for just one hash, exactly 2.2990.797 chars, im pretty sure this cant be right, and a quick look the output line for the hash starts with
$pkzip$1
but all example hashes starts with
$pkzip2$1

so i think the output is somehow malformed
Reply


Messages In This Thread
Hash $pkzip$1 not supported - by Hollerith98T - 07-18-2021, 06:55 PM
RE: How to define hashcat rules - by philsmd - 07-19-2021, 10:29 AM
RE: How to define hashcat rules - by Hollerith98T - 07-19-2021, 12:44 PM
RE: How to define hashcat rules - by Snoopy - 07-19-2021, 01:08 PM
RE: How to define hashcat rules - by Hollerith98T - 07-19-2021, 01:28 PM
RE: How to define hashcat rules - by Snoopy - 07-19-2021, 02:48 PM
RE: How to define hashcat rules - by Hollerith98T - 07-19-2021, 03:27 PM
RE: How to define hashcat rules - by Snoopy - 07-19-2021, 03:51 PM
RE: How to define hashcat rules - by Hollerith98T - 07-19-2021, 06:57 PM
RE: How to define hashcat rules - by Snoopy - 07-19-2021, 07:34 PM
RE: How to define hashcat rules - by Hollerith98T - 07-20-2021, 12:16 PM
RE: How to define hashcat rules - by Snoopy - 07-20-2021, 02:48 PM
RE: How to define hashcat rules - by Hollerith98T - 07-20-2021, 07:38 PM