<?php /****************************************************
program : Spr2[detect_httpheader]
Author : uchinaboy
E-mail : uchinaboy@163.com
QQ : 16863798
Date : 2001-7-25
****************************************************/
= "www.infojet.com.cn";
= "80"; = "/yuhu/";
= "talk0.asp";
= "sdjahsdjkhaksjd";
= strlen();
= "POST /p/2002-02-15/4506.html HTTP/1.1
";
.= "HOST:
";
.= "Content-Type: application/x-www-form-urlencoded
";
.= "Content-Length:
";
.= "";
function sock() { global , , ;
= @fsockopen(, , &, &);
if(!) { echo " ()
"; }else { fputs(, );
while(!feof()) {
= fread(, 128);
echo ; }
}
fclose();
}
set_time_limit(0);
sock();
?>
|