My php site was hacked by codes uploaded as image..?

前端 未结 4 420
情歌与酒
情歌与酒 2020-12-25 09:14

Yesterday my site was comprised. The attacker changes the index.php file to their own (with all their glory messages and greet). I\'ve notified the hosting company about thi

4条回答
  •  长发绾君心
    2020-12-25 09:30

    My image file up-loader setting are: upload file to temp folder, creat new image using imagecreatefromjpeg or imagecreatefrompng or imagecreatefromgif and save, delete uploaded file from temp folder (all these stuff happening within same script action, so file uploaded in temp folder does not exist for long time)

提交回复
热议问题