hephaest0s / usbkill

« usbkill » is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer.
4.38k stars 507 forks source link

Added --osx-daemon installation option and associated plist file #80

Closed lostcarrier closed 7 years ago

lostcarrier commented 7 years ago

Added an option in setup.py to install on OSX as a daemon:

sudo python setup.py install --osx-daemon

will copy the added file install/local.usbkill.plist to /Library/LaunchDaemons, starting usbkill on boot.

Also added some documentation in README.md with details on: