Skip to content

usbkill waits for a change on your usb ports, then immediately kills your computer. Anti forensic, usb -> kill

Notifications You must be signed in to change notification settings

arntsonl/usbkill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

usbkill

"usbkill" waits for a change on your USB ports, then immediately kills your computer. Anti forensic, usb -> kill

Unfinished project! Expect improvements to come.

But it does work and is effective.

To run:

sudo python3 usbkill.py

Why?

In case the police comes busting in, or steals your laptop from you when you are at a public library (as with Ross).

The police will use a « mouse jiggler » to keep the screensaver and sleep mode from activating. If this happens you would like your computer to shut down immediately. Additionally, you may use a cord to attach a usb key to your wrist. Then insert the key into your computer and start usbkill. If they then steal your computer, the usb will be removed and the computer shuts down immediately.

Custom commands for when a usb change is observed will be implemented later.

Make sure to use full disk encryption! Otherwise they will get in anyway.

Note for OS X users

In order to work on OS X, you have to install lsusb port along with python3 by using brew:

brew update && \
brew tap jlhonora/lsusb && \
brew install python3 && \
brew install lsusb

Contact

hephaestos@riseup.net - 8764 EF6F D5C1 7838 8D10 E061 CF84 9CE5 42D0 B12B

About

usbkill waits for a change on your usb ports, then immediately kills your computer. Anti forensic, usb -> kill

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%