Skip to content
forked from ichensky/usbkill

usbkill is an anti-forensic LKM kill-switch that waits for a change on your usb ports and reboots your computer.

License

Notifications You must be signed in to change notification settings

lbonanomi/usbkill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usbkill

usbkill is an anti-forensic LKM kill-switch that waits for a change on your usb ports and turns off reboots your computer.

To run:

make
sudo insmod usbkill.ko

You will need to have the linux-headers package installed. If you haven't:

apt-get install linux-headers-$(uname -r)

List usb devices:

lsusb

About

usbkill is an anti-forensic LKM kill-switch that waits for a change on your usb ports and reboots your computer.

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • C 92.3%
  • Makefile 7.7%