USB Capture
Capture traffic sent via Universal Serial Bus (USB) protocol
Last updated
Capture traffic sent via Universal Serial Bus (USB) protocol
USB live capture is now possible, currently the following Audit Records exist: USB and USBRequestBlockSetup.
To capture USB traffic live on macOS, install wireshark and bring up the USB interface:
$ sudo ifconfig XHC20 upNow attach netcap and set baselayer to USB:
$ net.cap -iface XHC20 -base usbTo read offline USB traffic from a PCAP file use:
$ net.cap -r usb.pcap -base usbDon't forget to set the -payload flag if you want to preserve the data being transmitted!
Last updated