码迷,mamicode.com
首页 > Web开发 > 详细

php 远程下载木马

时间:2016-09-06 12:20:24      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:

function dlfile($file_url, $save_to)
{
    $content = file_get_contents($file_url);
    file_put_contents($save_to, $content);
}

dlfile(https://www.baidu.com/img/bd_logo1.png,d:/wwwroot/123/web/1.png);

 

php 远程下载木马

标签:

原文地址:http://www.cnblogs.com/hellowzd/p/5845086.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!