https://github.com/buskill/awesome-buskill-triggers
Antiforensic actions to secure your device if it's physically stolen from you
https://github.com/buskill/awesome-buskill-triggers
List: awesome-buskill-triggers
anti-forensics deadmanswitch infosec opsec security tripwire
Last synced: 3 months ago
JSON representation
Antiforensic actions to secure your device if it's physically stolen from you
- Host: GitHub
- URL: https://github.com/buskill/awesome-buskill-triggers
- Owner: BusKill
- Created: 2023-01-22T10:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T10:43:12.000Z (over 3 years ago)
- Last Synced: 2025-11-01T13:03:23.669Z (7 months ago)
- Topics: anti-forensics, deadmanswitch, infosec, opsec, security, tripwire
- Homepage:
- Size: 2.93 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awesome-buskill-triggers
This repo contains a list of links to antiforensic software that are designed to lock-down your computer in response to something bad happening, such as your device being physically stolen from you while you're using it.
These "triggers" are designed to be used with the [BusKill Dead Man Switch](https://buskill.in) (open-source [hardware kill cord](https://en.wikipedia.org/wiki/BusKill)) and the [BusKill App](https://github.com/buskill/buskill-app)
# Low-Risk (Non-Destructive)
This section enumerates triggers that are designed to be very safe to use. The BusKill app *only* ship with non-destructive triggers out-of-the-box.
* [lock-screen](https://github.com/BusKill/buskill-app/blob/v0.6.0/src/packages/buskill/__init__.py#L1024)
# Medium to High-Risk
This section enumerates medium-risk triggers (that may accidentally cause data loss or corruption) and high-risk triggers (that are designed to intentionally cause data loss or corruption)
* [soft-shutdown](https://github.com/BusKill/buskill-app/blob/v0.6.0/src/packages/buskill/__init__.py#L1097)
* [cryptomator_umount](https://github.com/BusKill/trigger_cryptomator_umount) (WIP)
## Self-Destruct Triggers
This section enumerates triggers that are specifically designed to cause data loss or corruption.
* [LUKS Header Shredder](https://www.buskill.in/luks-self-destruct/)
* [Veracrypt Self-Destruct](https://github.com/BusKill/veracrypt-self-destruct) (WIP)
# LICENSE
This repo is licensed under a [Creative Commons Attribution-ShareAlike 2.0 Generic License](http://creativecommons.org/licenses/by-sa/2.0/).