Skip to content

grnbeltwarrior/USB_Keyboard_Hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The original use of this script was to take leftover capture data from a pcap and put it into the USB Keyboard hex and decode it.

tshark -r 'data3.pcap' -T fields -e usb.capdata > data3.txt cat data3.txt | cut -d':' -f 3 | grep -v '00' > data3_final.txt

About

USB Keyboard Hex in Leftover Capture Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages