ping 命令是测试网络是否连通最常用的命令,而无论是 Windows 还是 Linux,ping 命令都可以指定包长度,这对于验证网络设备的 MTU 非常有帮助。 先来看看在不同的操作系统下如何指定 ping 包长度及其各自的含义。 Windows Windows 的 ping 命令…
以太网的链路层对数据帧的长度会有一个限制,其最大值默认是1500字节,链路层的这个特性称为MTU,即最大传输单元 MTU
MTU Maximum Transmission Unit,最大传输单元,指的是数据链路层的最大payload,由硬件网卡…
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 恢…