Skip to content

Releases: carvilsi/canaryusb

v5.0.0

04 Jun 09:00
fe28d7e
Compare
Choose a tag to compare

What's new

  • Improvement for config file, now the list of trusted devices is a toml array.

Sha256Sum

ec212e6a5477c4d698cfa1297d4737d07652fa9a039658a2e759198c13d286a9 canaryusb_v5.0.0_linux_x86_64

v4.1.0

30 Nov 17:13
a8917f5
Compare
Choose a tag to compare

What's new

  • Improvement to retrieve uuid from drive if id_serial is not present.

Sha256Sum

4a8d4658ddc60a175099f1870a2925d841e3e081ab6f9eac71fb07a182f80a60 canaryusb_v4.1.0_linux_x86_64

v4.0.6

27 Nov 11:26
d5cab15
Compare
Choose a tag to compare

What's new

  • Fix bug, response from CanaryTokens 'Unrecoverable data' related with long token sent.
  • Fix command line option for usb or sdcard monitor, reading config file if only these parameters are provided.

Sha256Sum

ab5492e3ef867f970d265f0fd6281b885cb622f15b89b96c95b5a5a8eb2d0118 canaryusb_v4.0.6_linux_x86_64

v4.0.5

25 Oct 11:45
9f5f117
Compare
Choose a tag to compare

What's new

  • Some refactoring after a review.

Sha256Sum

20d6c35475191c951931895c85a96b0cf02092108d0a545011d7da5614e552f8 canaryusb_v4.0.5_linux_x86_64

v4.0.4

24 Oct 14:41
4eb20fc
Compare
Choose a tag to compare

What's new

  • Some code improvements, after a review.

Sha256Sum

9620c4a1e5239b3d6860ab520477d2f1ec6e8afa128a19256193ce0bbe78fa89 canaryusb_v4.0.4_linux_x86_64

v4.0.3

18 Oct 14:45
9235257
Compare
Choose a tag to compare

What's new

  • Added command line argument to print the version

Sha256Sum

6a26273e6a94d73dc68778af79690e09bc67f7030a5ed6222072f12be14007ab canaryusb_v4.0.3_linux_x86_64

v4.0.2

18 Oct 11:44
cec8a8c
Compare
Choose a tag to compare

What's New

  • Added support for SDCard
  • Added command line arguments to select USB or SDCard monitor mode; -u (usb-monitor) and -s (sdcard-monitor)
  • Increased trusted list length
  • Solved issue related with trust list comparison against device fingerprint

Sha256Sum

25b28517a0f4c135fd026731a9cce9535605af1550bc6ee3e6cbf4defe6ae7d0 canaryusb_v4.0.2_linux_x86_64

v3.2.0

18 Sep 11:34
ea79e00
Compare
Choose a tag to compare
  • Added release to Makefile
  • Improvements on Makefile, like clean_all to remove files generated by make release
  • Added cli option to kill a running canaryusb daemon; -k
  • Added to Makefile the way to create a service and remove it
  • On usb_fingerprint mode does not start a deamon, and waits for a new usb device in order to log the usb_fingerprint
  • Moving to MIT license

v3.0.0

14 Sep 13:04
3cf74bf
Compare
Choose a tag to compare

SHA256SUM

5eae504b6b2f3c0440526f62593e6ce735668236b08c69041d93ed8165c4e58f canaryusb_v3.0.0_linux_x86_64

What's Changed

  • Libudev replacement libsystemd by @carvilsi in #16
  • Added tests

Full Changelog: v2.1.2...v3.0.0