Skip to content

bracouda/UsbChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USB CHECKER

What it does ?

Usb checker warn you if an unknown usb device is connected to your computer

But why ?

All started from joke from colleagues who plug another keyboard to my computer and do some magic when i'm was on it :)

How to configure ?

you just need to have a property file who contain number of devices and which devices.

  • mac

/Users//security/usb.properties

  • windows

%USERHOME%/security/usb.properties

the properties file should contains 2 properties

nbexpected = 0
listUsbDevice =;

How to start ?

  • windows
start.bat
  • unix
./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages