簡介 :
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流量的文檔發現 :
Paste_Image.png
Paste_Image.png
Paste_Image.png
根據對應關系 , 發現前兩個為 F 和 L , 基本上就可以確定思路了 , FLAG{xxxx}嘛
然后自己根據這個映射關系寫了一個Python小工具用來從Pcap流量包中提取鍵盤的擊鍵信息
分享給大家 , 還有一個工具是用來分析USB鼠標的移動及拖拽信息的 , 基本原理類似 , 去查詢文檔即可
下面附上幾張截圖 :
Paste_Image.png
Paste_Image.png
Paste_Image.png
Paste_Image.png