mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-29 22:20:36 -08:00
19 lines
691 B
Markdown
19 lines
691 B
Markdown
# BAD USB DETECTION AND PROTECTION
|
|
|
|
**SYNOPSIS**
|
|
|
|
This script runs passively in the background waiting for any new usb devices.
|
|
When a new USB device is connected to the machine this script monitors keypresses for 60 seconds.
|
|
If there are 13 or more keypresses detected within 200 milliseconds it will pause all inputs for 20 seconds.
|
|
|
|
**USAGE**
|
|
|
|
1. Edit Options below (optional) and Run the script
|
|
2. A pop up will appear when monitoring is active and if a 'BadUSB' device is detected
|
|
3. logs are found in 'usblogs' folder in the temp directory.
|
|
5. Close the monitor in the system tray
|
|
|
|
**REQUIREMENTS**
|
|
|
|
Admin privlages are required for pausing keyboard and mouse inputs
|