解码php文件帮助
我有一个名为 t.php 的文件上传到我的服务器,位于一个名为 LANG 的目录中。
任何人都可以解码此文件,看起来它会自动构建页面..
(删除了潜在的恶意代码;请参阅修订历史记录)
I had a file uploaded to my server called t.php in a directory called LANG
Can anyone decode this please, looks like it auto builds pages ..
(removed potentially malicious code; see the revision history)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
主要文本内容是:
所以是的,你已经被泄露了。没有合理的理由来混淆
file_get_contents()
调用,尤其是在指向视频共享网站时。The main text blobs come out to:
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.这些看起来像 unix shellcode。至于为什么要这样上传,你是如何上传的? FTP GUI 客户端或命令行工具或如何?
Those look like unix shellcodes. As to why they are uploaded as such, how did you upload them? FTP GUI client or command line tool or how?