IceCTF2018-Forensics-hardshells
2018-09-09 本文已影响2人
D0j0kur0
下载文件hardshells
$ file hardshells
hardshells: Zip archive data, at least v1.0 to extract
打开文件发现加密文件d
用azpr破解
arhpr.png
解压缩得到文件'd'
$ file d
d: Minix filesystem, V1, 30 char names, 20 zones
$ mount -o loop -t minix d minix/
$ ls minix
dat
用010editor打开dat文件,为png图片,修改头部信息
flag.png