Hey, I'm new to hashcat and Linux so sorry for newbie question. I'm trying to crack my Veracrypt boot volume because I've changed password in a hurry and it doesn't work, so I need 512 bytes of the last sector of the first track. But this:
dd if=/dev/sda1 of=/root/Pobrane/hash.txt bs=1 skip=31744 count=512
creates file that doesn't look like hash file from examples, actually it looks like empty.
Also, when I extract 1st 512 bytes from that disk, I get message "Disk error\FF Press any key to restart" inside my hash file. What do I do wrong?
I've attached both files.
hash1st512.txt (Size: 512 bytes / Downloads: 0)
hash.txt (Size: 512 bytes / Downloads: 0)
dd if=/dev/sda1 of=/root/Pobrane/hash.txt bs=1 skip=31744 count=512
creates file that doesn't look like hash file from examples, actually it looks like empty.
Also, when I extract 1st 512 bytes from that disk, I get message "Disk error\FF Press any key to restart" inside my hash file. What do I do wrong?
I've attached both files.
hash1st512.txt (Size: 512 bytes / Downloads: 0)
hash.txt (Size: 512 bytes / Downloads: 0)