GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-23 13:35:45 +00:00 committed by gitbook-bot
parent 4dc467eefe
commit b1a0963842
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ mount /dev/mapper/mylucksopen /mnt
```bash
cryptsetup luksDump backup.img #Check that the payload offset is set to 4096
dd if=backup.img of=luckshash bs=512 count=4097 #Payload offset +1
hashcat -m 14600 luckshash
hashcat -m 14600 -a 0 luckshash wordlists/rockyou.txt
cryptsetup luksOpen backup.img mylucksopen
ls /dev/mapper/ #You should find here the image mylucksopen
mount /dev/mapper/mylucksopen /mnt