Hash $pkzip$1 not supported
#7
(07-19-2021, 02:48 PM)Snoopy Wrote: 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

As I said I need to use the following characters:

abcdefghijklmnopqrstuvwxyz (lower)
ABCDEFGHIJKLMNOPQRSTUVWXYZ (upper)
0123456789 (number)
!#$%&()*-<=>?@_ (some special characters)

Looking at how you wrote yours, it should be correct to write it like this, do you confirm?

mask.txt
?l?u?d?!#$%&()*-<=>?@_,?1?1?1?1?1?1?1?1


(07-19-2021, 02:48 PM)Snoopy Wrote: 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

It is strange that one of the main developers of the john the ripper project was wrong to hash a zip file.
However I understand what you mean, could you tell me why this happens?

You always find the file at that link, can you be kind enough to try to generate your hash?

Thanks for your time
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