1761199226

This commit is contained in:
2025-10-23 00:00:27 -06:00
parent 13054d82e2
commit ced033f5d2
4 changed files with 18 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# build files
*.o
*.out
# the built binaries
build_poweroff_aarch64
build_poweroff_x86_64
+7
View File
@@ -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
View File
+4
View File
@@ -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