03-26-2021, 11:59 AM
Hello!
How to make a command correctly.
I understand the crc32 password, there is data in hex-format DATA={0x01 0x02 0x03 0x04} and known to this data CRC32={ 0x05 0x06 0x07 0x08}.
I am trying to do this:
hashcat --force -m 11500 -i --increment-min = 1 --increment-max = 8 -a 3 05060708: 01020304 ?H?H?H?H?H?H?H?H
But the result is not correct, how can I make the command correctly?
Thank you for your help.
How to make a command correctly.
I understand the crc32 password, there is data in hex-format DATA={0x01 0x02 0x03 0x04} and known to this data CRC32={ 0x05 0x06 0x07 0x08}.
I am trying to do this:
hashcat --force -m 11500 -i --increment-min = 1 --increment-max = 8 -a 3 05060708: 01020304 ?H?H?H?H?H?H?H?H
But the result is not correct, how can I make the command correctly?
Thank you for your help.