Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 423 Bytes

BadUSB Kill Switch

Methods to kill BadUSB:

  • Software prevention
  • Hardware prevention

Software

This method detects unexpected HID devices input and block all keyboard inputs when that happens. For detail please have a look at Software section.

Hardware

This method detects whether the plugged USB device is HID device or not. For details please have a look at Hardware section.