buuctf_wireshark

题目链接 : https://buuoj.cn/challenges#wireshark

这道题主要是熟悉 wireshark 的过滤用法

题目说是找到登录请求包, 一般登录是用的 http 的 post 方法

我们直接对 post 请求包过滤即可

http.request.method=="POST"

Value: ffb7567a1d4f4abdffdb54e022f8facd