7z2hashcat
#29
Hi,

You could try to chop the first 327528 bytes off as it is described in the 7z2hashcat.pl.
Then use the script on the new *file*


Code:
# This field is the first field after the hash signature (i.e. after "$7z$).
# Whenever the data was longer than the value of PASSWORD_RECOVERY_TOOL_DATA_LIMIT and the data could be truncated due to the padding attack,
# the value of this field will be set to 128.
#
# If no truncation is used:
# - the value will be 0 if the data doesn't need to be decompressed to check the CRC32 checksum
# - all values different from 128, but greater than 0, indicate that the data must be decompressed as follows:
#   - 1 means that the data must be decompressed using the LZMA1 decompressor
#   - 2 means that the data must be decompressed using the LZMA2 decompressor
#   - 3 means that the data must be decompressed using the PPMD decompressor
#   - 4 means that the data must be decompressed using the BCJ decompressor
#   - 5 means that the data must be decompressed using the BCJ2 decompressor
#   - 6 means that the data must be decompressed using the BZIP2 decompressor
#   - 7 means that the data must be decompressed using the DEFLATE decompressor

# Truncated data can only be verified using the padding attack and therefore combinations between truncation + a compressor are not allowed.
# Therefore, whenever the value is 128 or 0, neither coder attributes nor the length of the data for the CRC32 check is within the output.
# On the other hand, for all values above or equal 1 and smaller than 128, both coder attributes and the length for CRC32 check is in the output.


Messages In This Thread
7z2hashcat - by philsmd - 04-27-2015, 11:49 PM
RE: 7z2hashcat - by bitguard - 04-28-2015, 07:28 AM
RE: 7z2hashcat - by philsmd - 04-28-2015, 07:57 AM
RE: 7z2hashcat - by bitguard - 04-28-2015, 09:51 AM
RE: 7z2hashcat - by philsmd - 05-01-2015, 11:18 PM
RE: 7z2hashcat - by Hash-IT - 05-02-2015, 12:12 AM
RE: 7z2hashcat - by bitguard - 05-02-2015, 08:16 AM
RE: 7z2hashcat - by xeb - 08-17-2015, 09:27 PM
RE: 7z2hashcat - by philsmd - 08-21-2015, 02:22 PM
RE: 7z2hashcat - by bhullar - 03-12-2016, 06:43 AM
RE: 7z2hashcat - by zeroprobe - 08-01-2016, 05:15 PM
RE: 7z2hashcat - by zeroprobe - 08-02-2016, 10:51 PM
RE: 7z2hashcat - by syb3ria - 12-06-2016, 03:05 PM
RE: 7z2hashcat - by marpolo - 12-28-2016, 12:31 PM
RE: 7z2hashcat - by atom - 12-29-2016, 11:04 AM
RE: 7z2hashcat - by syb3ria - 01-05-2017, 10:04 PM
RE: 7z2hashcat - by philsmd - 01-06-2017, 03:39 PM
RE: 7z2hashcat - by syb3ria - 01-08-2017, 07:29 PM
RE: 7z2hashcat - by philsmd - 01-09-2017, 01:35 PM
RE: 7z2hashcat - by philsmd - 01-24-2017, 01:32 PM
RE: 7z2hashcat - by marpolo - 02-22-2017, 01:22 PM
RE: 7z2hashcat - by philsmd - 02-22-2017, 05:49 PM
RE: 7z2hashcat - by gaidzak - 10-17-2017, 03:27 AM
RE: 7z2hashcat - by nazgulnarsil - 11-21-2017, 10:25 AM
RE: 7z2hashcat - by philsmd - 11-21-2017, 12:30 PM
RE: 7z2hashcat - by nazgulnarsil - 11-22-2017, 07:14 AM
RE: 7z2hashcat - by undeath - 12-01-2017, 12:17 AM
RE: 7z2hashcat - by pench - 08-27-2018, 09:03 PM
RE: 7z2hashcat - by Nay - 08-27-2018, 10:50 PM