Fork bomb is ‘a denial-of-service attack wherein a process continually replicates itself to deplete available system resources, slowing down or crashing the system due to resource starvation’ - where each iteration increases the number forks at a rate of 2**n
. The usual implementation of :(){ :|:& };:
only creates DoS through resource lock so this is my attempt at implementing a derivative that also fills local disk space.
|
|