mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 19:38:18 +00:00
fix issue with pkzip hashes which have a larger offset value to be printed correctly
This commit is contained in:
parent
15cbaa0f59
commit
c80bfde8f2
@ -126,8 +126,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -126,8 +126,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -126,8 +126,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -126,8 +126,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -124,8 +124,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -119,8 +119,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -119,8 +119,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -119,8 +119,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
@ -119,8 +119,8 @@ struct pkzip_hash
|
|||||||
u32 compressed_length;
|
u32 compressed_length;
|
||||||
u32 uncompressed_length;
|
u32 uncompressed_length;
|
||||||
u32 crc32;
|
u32 crc32;
|
||||||
u8 offset;
|
u32 offset;
|
||||||
u8 additional_offset;
|
u32 additional_offset;
|
||||||
u8 compression_type;
|
u8 compression_type;
|
||||||
u32 data_length;
|
u32 data_length;
|
||||||
u16 checksum_from_crc;
|
u16 checksum_from_crc;
|
||||||
|
Loading…
Reference in New Issue
Block a user