1761199226
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# build files
|
||||||
|
*.o
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# the built binaries
|
||||||
|
build_poweroff_aarch64
|
||||||
|
build_poweroff_x86_64
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
# nuke_me_NOW
|
# nuke_me_NOW
|
||||||
For immediate irrecoverable destruction of running Linux OS using cryptsetup
|
For immediate irrecoverable destruction of running Linux OS using cryptsetup
|
||||||
**THIS TOOL WILL IMMEDIATELY AND IRRECOVERABLY DESTORY ALL DATA ON THE CRYPT LVM WITHOUT ASKING TO CONFIRM, AND AS ASSEMBLED, SHOULD BE ABLE TO RUN AS ROOT BY ANY USER WITH EXECUTE PERMISSIONS ON IT**
|
**THIS TOOL WILL IMMEDIATELY AND IRRECOVERABLY DESTORY ALL DATA ON THE CRYPT LVM WITHOUT ASKING TO CONFIRM, AND AS ASSEMBLED, SHOULD BE ABLE TO RUN AS ROOT BY ANY USER WITH EXECUTE PERMISSIONS ON IT**
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
1. A Linux OS running encrypted lvm with cryptsetup
|
||||||
|
2. packages: nasm, as, ld, build-essential, cryptsetup
|
||||||
|
3. root permisisons (of course)
|
||||||
|
4. faith you nor anybody else wil accidently or maliciously trigger
|
||||||
|
5. BACKUPS OF YOUR SHIT
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# todo: find them and parse them
|
||||||
|
nice -20 cryptsetup erase /dev/sda5 || cryptsetup erase --disable-locks dev/sda5
|
||||||
|
nice -20 poweroff -ff || shutdown -P now
|
||||||
Reference in New Issue
Block a user