How to make a Fork Bomb (rabbit virus)

Discussion in 'Ethical hacking Tips' started by aussiedude, Jun 8, 2008.

  1. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    I'll try it.
     
  2. archaingels

    archaingels New Member

    Joined:
    Jul 19, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    OMG!!! I piss on my pants!!! it works perfectly and crash my pc!!! hahaha!!!!
     
  3. MattyMurder1

    MattyMurder1 New Member

    Joined:
    Nov 11, 2010
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    0
    I typed this in to notepad and saved it as a .bat file. is there something that has to trigger this virus or what?? It has been a week and my teacher hasnt had any problems yet. :lipsrseal
     
  4. MattyMurder1

    MattyMurder1 New Member

    Joined:
    Nov 11, 2010
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    0
    Also am i suppose to save this in a certain place?? plz help.
     
  5. VaultBoy

    VaultBoy New Member

    Joined:
    Dec 14, 2010
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Classified
    Location:
    California
    i dont know if i would trust someone with that since it's difficult to do just incase your comp starts to slow down too quikly
     
  6. boago

    boago New Member

    Joined:
    Jan 27, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    student
    Location:
    botswana
    hey guys i tried the rabbit virus n it works
     
  7. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Code explanation would be highly appreciated...
    If someone posts it on go4expert...
     
  8. aishaarora

    aishaarora Banned

    Joined:
    Dec 21, 2010
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    0
    nice work..........
     
  9. HEX_786

    HEX_786 New Member

    Joined:
    Feb 2, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Program is executed
    The Goto statement sends it back to the top and according to the flow of execution comes back to Goto which again sends it to the top
     
  10. lokanadham

    lokanadham New Member

    Joined:
    Feb 4, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    i select antivirus software as miniproject......please send any books that are related to my project and also your rabbit virus :snore::nice:
     
  11. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Actually there are no books on how to make a antivirus...
    and a Antivirus is not t all a mini project...

    I'll be writing a articles on How does antivirus works...(if shabbir accepts)
    So , Stay tuned
     
    Scripting likes this.
  12. Zanbatou9

    Zanbatou9 New Member

    Joined:
    Feb 8, 2011
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    I would be interested to know how this file can be transmitted and executed without the computer owner / user having to consciously open that file and execute. ie: how this file can be hidden and possibly automatically executed?
     
  13. lionaneesh

    lionaneesh Active Member

    Joined:
    Mar 21, 2010
    Messages:
    848
    Likes Received:
    224
    Trophy Points:
    43
    Occupation:
    Student
    Location:
    India
    Unfortunately there is no way of executing the program automatically..

    The method we can apply is that we can bind the virus to a program (like notepad) and when the user opens notepad ...
    Unknowingly he'll execute the virus too..
    This will lead to the execution of virus...

    I'll be writing a article on this soon...
    SO stay tuned...
     
    Scripting likes this.
  14. teacher

    teacher New Member

    Joined:
    Mar 27, 2011
    Messages:
    66
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    i hate jobs
    Location:
    india,agra
    Home Page:
    http://www.crazylearner.in
    i think rabbit virus is called so because it multiples itself.even the other name fork() bomb imply in this way...like (each process is dividing itself into two) .fork () is a function on linux systems which do this task of creating child from parent.
    1 process
    2 process
    4 process
    8 process

    if you put that fork() inside loop you can have real fork bomb
     
  15. sgtjames

    sgtjames New Member

    Joined:
    Apr 21, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Pretoria
    Home Page:
    http://www.go4expert.com/sgtjames
    pls more explanation
     
  16. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    what more do you expect? Everything were told ALREADY !!!
     
  17. kyle

    kyle Member

    Joined:
    Dec 28, 2010
    Messages:
    46
    Likes Received:
    0
    Trophy Points:
    6
    Occupation:
    don't have 1
    Location:
    i live in Italy,Milano
    dude that's like the most basic thing ever
    it's clasic
    entering <represents the "object">
    the following <the code to use>
    the end <which in this case is a goto loop>
    it picks up a random service, .exe and starts it going on n on n on til you'r pc is crashed
    i've tried things like this a lot and you can stop them by restarting imediatly. unless it's programmed to start with winlogon <that would be really bad>
     
  18. muh

    muh New Member

    Joined:
    Jun 10, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    :s is defining the function s START %0 %0 is the name of the batch file so start %0 is calling Starting the batch job again. GOTO :s simply is returning to the start of function s an endless loop that starts its self on every pass so after 10 loops you have 10 new batch jobs running, each of which are starting new jobs, it is a resource exhaustion exploit, not a virus more of a local denial of service. the bash fork bomb :(){ :|:& };: is much more elegant, but essentially does the same thing.
     
  19. muh

    muh New Member

    Joined:
    Jun 10, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    :s

    is defining the function s

    START %0

    %0 is the name of the batch file so start %0 is calling Starting the batch job again.

    GOTO :s

    simply is returning to function s an endless loop that starts its self on every pass so after 10 loops you have 10 new batch jobs running, each of which are starting new jobs, it is a resource exhaustion exploit, not a virus more of a local denial of service.


    the bash fork bomb

    ) { : | : & } ; :

    is much more elegant, but essentially does the same thing.
     
  20. muh

    muh New Member

    Joined:
    Jun 10, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    lets try the bash fork bomb is

    : ( ) { : | : & } ; :

    stripping the first chars of.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice