07-24-2020, 06:09 PM
Hi, is there any way to configure Hashcat to find this SHA256 hash
7627FFAE5981FC58DF32EA707D11D1ACF72ADC76D7B1A31B8A47C9FBD065A4A6
Made of binary data in this way
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
where 0-15 bytes is digit (0 in this case)
and 16-31 is always hex 0x00
I got an error when using the --hex-charset like this
hashcat64 -m 1400 hash -D 2 --force -a 3 --custom-charset2=0 --hex-charset -1 00 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?1?1?1?1?1??1?1?1?1?1?1?1?1?1?1?1
hashcat (v5.1.0) starting...
The hex-charset option expects exactly 2 hexadecimal chars. Failed mask: 0
Thank you!
7627FFAE5981FC58DF32EA707D11D1ACF72ADC76D7B1A31B8A47C9FBD065A4A6
Made of binary data in this way
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
where 0-15 bytes is digit (0 in this case)
and 16-31 is always hex 0x00
I got an error when using the --hex-charset like this
hashcat64 -m 1400 hash -D 2 --force -a 3 --custom-charset2=0 --hex-charset -1 00 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?1?1?1?1?1??1?1?1?1?1?1?1?1?1?1?1
hashcat (v5.1.0) starting...
The hex-charset option expects exactly 2 hexadecimal chars. Failed mask: 0
Thank you!