简体   繁体   English

解码php文件帮助

[英]decode php file help

I had a file uploaded to my server called t.php in a directory called LANG 我在名为LANG的目录中将一个文件上传到我的服务器t.php

Can anyone decode this please, looks like it auto builds pages .. 任何人都可以对此进行解码,看起来它会自动构建页面..

(removed potentially malicious code; see the revision history) (已删除潜在的恶意代码;请参阅修订历史记录)

The main text blobs come out to: 主要的文本斑点如下:

$x0b = "file_get_contents";
$x0c = "header";

$source = "http://www.megavideo.com/xml/videolink.php?v=$vid"

echo "<h2>There was a problem parsing your XML</h2>"

$x0c("Location: http://www.megavideo.com/previewplayer/?v=&width=640&height=480")

So yes, you've been compromised. 所以,是的,您受到了损害。 There's no legitimate reason to obfuscate file_get_contents() calls, particularly when pointing at a video sharing site. 没有合理的理由来混淆file_get_contents()调用,尤其是在指向视频共享站点时。

Those look like unix shellcodes. 那些看起来像unix shellcode。 As to why they are uploaded as such, how did you upload them? 至于为什么要这样上传,您是如何上传的? FTP GUI client or command line tool or how? FTP GUI客户端或命令行工具或如何?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM