USBKill Installation Guide

HEISENBERG

ADMIN
ADMIN
Joined
Jun 24, 2021
Messages
1,643
Solutions
2
Reaction score
1,751
Points
113
Deals
666
«Usbkill» is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer.

Why?

Some reasons to use this tool:
In case the police or other thugs come busting in (or steal your laptop from you when you are at a public library, as happened to Ross). The police commonly uses a «mouse jiggler» to keep the screensaver and sleep mode from activating.
You don’t want someone to add or copy documents to or from your computer via USB.
You want to improve the security of your (encrypted) home or corporate server (e.g. Your Raspberry).

[!] Important: Make sure to use disk encryption for all folders that contain information you want to be private. Otherwise, they will get it anyway. Full-disk encryption is the easiest and surest option if available

Tip: 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 steal your computer, the USB will be removed and the computer shuts down immediately.

1. Download the necessary files https://github.com/hephaest0s/usbkill.
2. unpacking the archive usbkill-master.zip;
go to the folder usbkill-master;
open the terminal in the folder and write the command
Code:
cd install
.
4.
Code:
cd ~/usbkill-master
.
5.
Code:
cd usbkill
.
Code:
sudo python usbkill.py
.

Done!
Disable: Ctrl+C.


2021 08 16 19 33
 
Last edited by a moderator:

KokosDreams

Don't buy from me
Resident
Joined
Aug 16, 2022
Messages
912
Solutions
2
Reaction score
599
Points
93
Thanks for the info! Will definitely include that into my set-up
 
Top