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
- Host: GitHub
- URL: https://github.com/fijimunkii/usb-canary
- Owner: fijimunkii
- License: gpl-3.0
- Created: 2018-06-20T21:45:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T01:11:06.000Z (almost 7 years ago)
- Last Synced: 2025-05-12T13:51:41.266Z (about 1 year ago)
- Topics: alert, detection, linux, monitoring, notify, osx, security, shell, sms, usb
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# usb-canary
[](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.