An open API service indexing awesome lists of open source software.

https://github.com/fijimunkii/usb-canary

Shell script to monitor usb devices while your computer is locked. Get notified when someone plugs in or removes a usb device
https://github.com/fijimunkii/usb-canary

alert detection linux monitoring notify osx security shell sms usb

Last synced: 9 months ago
JSON representation

Shell script to monitor usb devices while your computer is locked. Get notified when someone plugs in or removes a usb device

Awesome Lists containing this project

README

          

# usb-canary
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

A Linux or OSX shell script to monitor usb devices while your computer is locked. Get notified when someone plugs in or removes a usb device

`./usb_canary`

Logging all events
`./usb_canary paranoid`

With SMS alerting:
`TWILIO_FROM="+16665554321" TWILIO_TO="+1123456789" TWILIO_SID="oaiufs0al444236675kjfh" TWILIO_AUTH="8489287927FGKDGKGD" ./usb_canary`

## Authors

fijimunkii

## License

This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE.txt) file for details.