Usb Canary Versions Save

A Linux or OSX tool that uses psutil to monitor devices while your computer is locked. 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 or Pushover.

v2.0.2

6 years ago
  • Minor bug fix for an erroneous comma in settings.json

  • Minor bug fix in the way paranoid mode is checked

v2.0.1

6 years ago

USB Canary now supports Pushover which allows you to easily get notifications on your mobile phone or desktop device. For more information please see the Pushover website

v2.0.0

6 years ago
  • OSX supported!

  • psutil is now used to monitor USB devices

  • Logging has been put in place, but is not yet working

v1.0.4

7 years ago

This release fixes a bug introduced in commit 96551bb where the daemon module was not imported in usb_canary.py after removing the originally inbuilt daemon class.

v1.0.3

7 years ago

Version 1.0.3 now comes with some Python 3 compatibility, and minor optimizations provided by cclauss.

  • Preliminary support for Python 3 has recently been added
  • print_function, save_settings() closes file
  • Change to with open syntax, so the file is automatically closed.
  • print_function, simplify identify_screensaver(), save_screensaver()

v1.0.2

7 years ago

This release adds Travis CI checks for the PEP8 style guide thanks to cclauss as well as a few minor changes to the README.

v1.0.1

7 years ago

This patched release removes the inbuilt daemon with sander-daemon.