1.使用wireshark分析题目中的流量包,追踪TCP流,将Ayy, I got yer files right here, matey!之后的base64编码复制另存 2.将得到的base64编码分为三段内容,第一段为~~~~之前的部分,第二段为~~~~至And here be the map to the booty!之间的部分,第三段为And here be the map…
目录
题目链接
解题过程
小结 题目链接
https://buuoj.cn/challenges#[XMAN2018%E6%8E%92%E4%BD%8D%E8%B5%9B]ppap
解题过程 附件是个流量包 : 追踪TCP流量,在stream6发现东西: 从“~~~~”之后删除“And here be the map to the booty!…
又没见过,记录一下
内存镜像用kali挂载
mount attachment.img /mnt cd /mnt
ls 可以看到一些图片,最后一个文件名为lostfound,大概是让我们寻找丢失的文件 回到上级目录umount /mnd取消挂载
extundelete attachment.img --restore-all 恢…