Heray-Was-Here
Server : Apache
System : Linux vps43555.mylogin.co 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User : redsea ( 60651)
PHP Version : 7.4.32
Disable Function : NONE
Directory :  /proc/self/root/usr/local/ei/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/local/ei/podcast.php
#!/usr/local/php7.3/bin/php
<?php

`cp config.php config.php2`;
//$username = `grep users_json config.php | awk '{print $3}' | sed 's/[:\"{]//g'`;
//$password = `grep users_json config.php | awk '{print $4}' | sed 's/[:\"{};]//g'`;
$config = `sed -i 's/\\\\"/"/g' config.php`;
require('config.php');
$config = `sed -i '/users_json/d' config.php`;

//$username = trim($username);
//$password = trim($password);
$users_json = json_decode($users_json, true);
foreach ($users_json as $k => $v) {
	$users_json[$k] = password_hash($v, PASSWORD_DEFAULT);
}
//$password = password_hash($password, PASSWORD_DEFAULT); 

$credentials = json_encode($users_json, true);
file_put_contents('config.php', '$users_json = \'' . $credentials . '\';' . "\n", FILE_APPEND);

Hry