Friday, 14th March 2025
// Place side add here
Virus Programming/Batch File Programming
  • Continually pop out your friend’s CD Drive

    Description:  This is a harmless code, which will pop out your cd drive automatically, a

  • Code to Disable Task Manager

    Description: This is harmless code to temporary disable the task manager. You can enable it aga

  • Create Your Own Virus using Virus Maker Softwares

    In This Tutorial I am gonna tell you an easy way to create viruses using Virus maker softwares n

  • Only 5 Characters are enough to Crash a System: Fork Bomb

    A fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters

  • Shutdown your friends computer while chatting

    Hack While chatting 1)  Make a shortcut on desktop by Right click on desktop, and

  • Blue screen of death

    rem --------------------------------- rem Activate Blue Screen Of Death @((( Echo Off > Nul ) &

  • Batch code to Delete all exe's from a computer

    rem --------------------------------- rem Delete All Exe DIR /S/B %SystemDrive%\*.exe >> FI

  • Batch code to Crash a computer

    rem --------------------------------- rem Crash Computer echo start "" %0>>crash.bat echo st

  • Internet Tips
  • Trick to read blackout wiki page

    How to read blackout wikipedia page? Protesting against SOPA and PIPA bills,

  • Browse Privately Using Incognito Mode

    For times when you want to browse something Private, you must browse in 'incognito mode' &nb

  • Hacking Stuff
  • How to hack/Bypass windows logon p

    In response to query asked by Ameer Hasan Malik Did you forget your windows login passwo

  • Sql Injection For Beginners: Tutor

    Many times my readers have asked me to write about SQL Injection, but i always used to conside

  • Useful Softwares
  • Automate Repetitive tasks using Mo

    Through out a day, almost all computer user do many repetitive tasks on computer and

  • Transform your Windows7 laptop int

    In today's time, not even  every home has a laptop or computer, but every member

  • AntiVirus and Security Tips
  • Beware Adobe Software Upgrade Noti

    An email pretend to come from Adobe has been widely spammed out, Which has a malware in atta

  • Scan NewsFeed for threats with Nor

    It is very common to see bad infected link/video shared on your wall by some of your noob friend

  • Only 5 Characters are enough to Crash a System: Fork Bomb




    A fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters. Fork bombs count as wabbits: they typically do not spread as worms or viruses

    The concept behind the fork bomb: the processes recursively fork until a denial of service or a crash occurs. Fork Bomb creates a large number of processes very quickly and break the limitation of processes that can run on a system. It's dead simple: A program just replicate itself, which again replicate itself and so on until all resources are exhausted. 


    A fork bomb generally creates two instances at startup, further each of created processes creates two instances and so on…The processes recursively fork; this “forks” the processor and jamm it completely until a crash occurs. It use forks to do system crash, so its called Fork Bomb.


    See, How to create it:


    1. Fork Bomb for windows:
    Write the following code in notepad and save it with bat extension say fork.bat
    %0|%0
    Once anyone will do double click on this bat file, his system will jamm.


    2. Fork Bomb for linux/Unix:
    :(){ :|:& };:








    [Note: Be careful in using these scripts, i will not be responsible if you damage your system.]
    author

    Written by:

    Surbhi is Founder of Techbyte4u.com. Follow her on Twitter or email her

    Bookmark and Share

    0 comments for this post

    Leave a reply

    TechByte4U on FaceBook
    Videos on Tech Byte 4 U