• Stars
    star
    668
  • Rank 67,542 (Top 2 %)
  • Language
    C
  • License
    MIT License
  • Created over 9 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

<< Silk Guardian >> is an anti-forensic kill-switch that waits for a change on your usb ports and then wipes your ram, deletes precious files, and turns off your computer.

silk-guardian

Silk Guardian is an anti-forensic LKM kill-switch that waits for a change on your usb ports then deletes precious files and turns off your computer.

Inspired by usbkill. I remade this project as a Linux kernel driver for fun and to learn. Many people have contributed since, and I thank them.

To run:

make
sudo insmod silk.ko

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

sudo apt-get install linux-headers

Why?

There are 3 reasons (maybe more?) to use this tool:

  • In case the police or other thugs come busting in. The police commonly uses a ยซ mouse jiggler ยป to keep the screensaver and sleep mode from activating.
  • You don't want someone retrieve documents from your computer via USB or install malware or backdoors.
  • You want to improve the security of your (Full Disk Encrypted) home or corporate server (e.g. Your Raspberry).

[!] Important: Make sure to use (partial) disk encryption ! Otherwise intruders will be able to access your harddrive.

Tip: Additionally, you may use a cord to attach a USB key to your wrist. Then insert the key into your computer and insert the kernel module. If they steal your computer, the USB will be removed and the computer shuts down immediately.

Feature List

  • Shutdown the computer when there is USB activity
  • Secure deletion of incriminating files before shutdown
  • No dependencies
  • Difficult to detect

To Do

  • Ability to whitelist USB devices
  • Remove files before shutdown
  • Remove userspace dependancy upon shutdown

More like... to-done. Way to go community you did it!

Change Log

2.0 - Updated to use notifier interface.

1.5 - Updated to use shred and remove files on shutdown

1.0 - Initial release.

Contact

[email protected]
https://keybase.io/natebrune

More Repositories

1

fmem

Linux Kernel Module designed to help analyze volatile memory in the linux kernel
C
114
star
2

Dipper

Dipper is a simple Polygon Paraswap stables arbitrage bot.
JavaScript
47
star
3

Hourglass

Hourglass cryptographically locks your files so they can only be read after a certain amount of time.
C++
25
star
4

Squeek.io

The first alternative social network to Steemit
JavaScript
17
star
5

Steem-Wallet

A Steem chrome extension to keep your keys safe!
CSS
7
star
6

peep

Image sharing platform for steem
JavaScript
6
star
7

jamesmolloy.co.uk

Our beloved James' website from before it went down.
HTML
4
star
8

Blackhole

A monolithic hobby kernel that consumes all my free time.
C
3
star
9

Creep

A webservice for displaying nodeinfo information.
Shell
3
star
10

icy-kernel

A microkernel designed to exploit the RAM coldboot vulnerability
C
3
star
11

Assembly-Adventures

A 16 year old's programming adventure in x86-64 Linux Assembly
Assembly
3
star
12

pac

Simple Linux File Encryption
C++
2
star
13

curve-oracle

Curve Oracle for volatile assets
Solidity
2
star
14

Skynet-Experiments

Yet another experiment in evolutionary/genetic programming using brainfuck.
Python
2
star
15

saddle.ag

Saddle Aggregator
Solidity
1
star
16

LKMs-made-with-love

LKMs for linux.
C
1
star
17

jedi

Json Editing and Debugging Interface
HTML
1
star
18

GlitchArtMaker

The source files for this weird effect http://www.reddit.com/r/Cyberpunk/comments/2uf0pk/tried_to_make_a_screencast_but_the_software/
Shell
1
star
19

reckless-capital

Lightning Network services for the people!
JavaScript
1
star
20

AetherPeerDump

A temporary website created for the great peer discovery algorithm scare of '15
JavaScript
1
star
21

Giza

TypeScript
1
star