# UsbMiceDataHacker **Repository Path**: seaflys/UsbMiceDataHacker ## Basic Information - **Project Name**: UsbMiceDataHacker - **Description**: USB鼠标流量包取证工具 , 主要用于绘制鼠标移动以及拖动轨迹 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Description : --- ``` A forensic tool for extracting mouse movement data from usb traffic packages and can be drawn as a picture of a mouse ``` Usage : --- ``` Usage : python UsbMiceHacker.py data.pcap out.png [LEFT|RIGHT|MOVE|ALL] Tips : To use this python script , you must install the numpy,matplotlib,Wireshark first. You can use `sudo pip install matplotlib numpy` to install it. Author : WangYihang If you have any questions , please contact me by email. Thank you for using. ``` Example video: --- ``` https://www.youtube.com/watch?v=unBwmcpXbhE ```