


python2 [vol.py](<http://vol.py/>) -f ../../../Downloads/inter/forensics_intergalactic_recovery/0c584923.img imageinfo
┌─[us-dedicated-100-dhcp]─[10.10.14.3]─[user@parrot]─[~/hack/tools/volatility]
└──╼ [★]$ python2 [vol.py](<http://vol.py/>) -f ../../../Downloads/inter/forensics_intergalactic_recovery/0c584923.img imageinfo

raid 5 1 drive failure
xor recovery

from pwn import *
disk1 = read('disk1.img')
disk2 = read('disk2.img')
disk3 = xor(disk1, disk2)
write('disk3.img', disk3)
pip install pwntools
pip install -U simplejson
strings on disk3


