Tags: forensics 

Rating: 3.0

My youtube write up of Rest In Peace:

Cracking restic backup password using John

restic2john rest-in-peace_backup > hash
john hash --wordlist=name1stup

Name wordlist with capitalized 1st character.

restic snapshots -r .
restic recover -r . 389a509c

restic restore -r . a77ae9e9 --target=/tmp/here

Original writeup (https://www.youtube.com/watch?v=D4ESNSQ_cHI&list=PL1ovUE8_GEJA_Dit0PtVCDHob66wfqxdD&index=15&t=1s).