You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USBMonitor is an easy-to-use cross-platform library for USB device monitoring that simplifies tracking of connections, disconnections, and examination of connected device attributes on both Windows and Linux, freeing the user from platform-specific details or incompatibilities.
A MacOS tool that monitors USB devices. In the case it detects someone plugging in or unplugging devices it can be configured to send you an SMS or alert you via Slack of the potential security breach. I have based this tool off https://github.com/probablynotablog/usb-canary thanks @errbufferoverfl
A lightweight Tauri demo application that monitors USB device connections and disconnections in real-time. Get instant notifications when USB devices are connected or removed.
USB Monitor is a Windows-based utility designed to enhance security by allowing you to monitor, manage, and control USB device connections. It prevents unauthorized devices from being accessed by requiring explicit user permission before they can be used. If no action is taken, the device is automatically denied access.
A cross-platform USB device monitoring tool to log plug-in and removal events on Linux, Windows, and macOS. Create a tool that tracks when USB devices are plugged into a system.