workann on some sntiforensics shit

This commit is contained in:
2026-05-12 23:47:38 -06:00
parent c36ea4f36b
commit bbb66f591c
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
echo -e "\n\nmakin a huge ass file filled wit nothing but zeros and when ya drive/partition runs out of room, it deletes da file. filaneme: $PWD/zerofile.zero\n\n"
sudo dd if=/dev/zero bs=4M status=progress > "$PWD/zerofile.zero" || echo -e "zero file reached max size, deleting"; sudo rm -f "$PWD/zerofile.zero"; echo -e "retcode: $?"
echo -e "\n\nall dne :3 free space haz been zeroed nuaa~\n\n"
+6
View File
@@ -0,0 +1,6 @@
#!/bash
# get list of all vars
## fill them to a comical length with /dev/zero
## then unset them
# figure out a more robust method
## otherwise jus drop a zerofile.zero into /tmp :vv: