简介 :
Just Keyp Trying
Here's an interesting capture of some data. But what exactly is this data? Take a look
HINTS
1. Find out what kind of packets these are. What does the info column say in Wireshark/Cloudshark?
2. What changes between packets? What does that data look like?
3. Maybe take a look at http://www.usb.org/developers/hidpage/Hut1_12v2.pdf?
数据包下载 :
分析 :
根据 WireShark 分析 , 是一个 USB 流量包 , 根据提示信息找到USB流量的文档发现 :
根据对应关系 , 发现前两个为 F 和 L , 基本上就可以确定思路了 , FLAG{xxxx}嘛
然后自己根据这个映射关系写了一个Python小工具用来从Pcap流量包中提取键盘的击键信息
分享给大家 , 还有一个工具是用来分析USB鼠标的移动及拖拽信息的 , 基本原理类似 , 去查询文档即可
下面附上几张截图 :