我有一个模块,用户可以上传图片。
我在Google搜索不同类型的上传攻击。
move_uploaded_file($_FILES["pictures"]["tmp_name"] , 'mycustomname'.'jpg');的文件名我的问题是:
在我采取这些预防措施之后,还有没有办法上传shell文件?
发布于 2012-11-06 04:32:37
你需要做更多的事情:
最重要的是--了解可执行映像是如何利用工作的:
http://www.stumbleupon.com/su/1q3iyy/video.google.com/videoplay?docid=4221457095668033104
https://security.stackexchange.com/questions/23664
复制相似问题